Jbee

Results 107 issues of Jbee

# [npx](https://github.com/zkat/npx) npx는 npm 레지스트리에 있는 CLI 도구들을 프로젝트의 의존성 모듈(또는 전역영역)로 등록하지 않거나 또는 설치하지 않고, 한번의 실행만을 필요로 하는 경우 유용하게 사용될 수 있는 '패키지 실행자'(package runner) 이다....

etc
related: tool
for: share

### 개인 문서 - Minimal git command - https://github.com/JaeYeopHan/Minimal_Git_command - ECMAScript2015 Tutorial - https://github.com/JaeYeopHan/ECMAScript6_study - TypeScript Tutorial - https://github.com/JaeYeopHan/intro_to_typescript - Webpack Tutorial - https://github.com/JaeYeopHan/webpack_tutorial

type: document
etc
type: material
related: typescript
for: share
related: web

## Mac Application #### spectacle (free) - mac에서 화면 분할을 도와주는 애플리케이션 - 듀얼모니터 등을 사용하고 있는 경우에는 디스플레이 간 이동 또한 가능하다. #### Timing ($29) - 실행한 mac에서 어떠한...

related: tool
for: share

## [ntl](https://github.com/ruyadorno/ntl) #### `npx` 모듈을 통해 바로 사용 ```bash $ npx ntl ``` or #### 설치 후 사용 ```bash $ npm install --global ntl # npm i -g ntl ```...

etc
related: tool
for: share

## Description 크롬 개발자 도구 꿀팁 정리 ### Items - `document.designMode = "on"` - 문서 수정하는 모드 ### Material - [Console API](https://flaviocopes.com/console-api/) ### Reference - [Youtube Chrome Devtools 50 tips](https://www.youtube.com/watch?v=oYvtsHu6GmY)...

type: document
related: tool
for: share

## [WakaTime](https://wakatime.com/) 에디터 또는 IDE와 연동하여 프로젝트 별 어떠한 Language로 개발을 진행했는지 통계로 보여주는 Tool 별도 설치없이 signup 후, 에디터 또는 IDE와 연동하면 된다. ### Extensions - [WakaTime - VSCode...

etc
related: tool
for: share

## GDG Campus 2018년 2월 새해 Meetup ### 발표제목 ‘개발'이라는 빙산의 ‘코딩’이라는 일각 - 나름 큰 회사에서 반년동안 보고 듣고 배운 ‘개발'이란 것 ### 발표 3줄 요약 현업에서 배운 ‘개발’이란...

for: share
type: presentation

### Materials - https://developers.google.com/web/fundamentals/design-and-ux/animations/ - https://developers.google.com/web/fundamentals/performance/rail - https://www.udacity.com/course/browser-rendering-optimization--ud860 - https://developers.google.com/web/fundamentals/codelabs/web-perf/

related: animation
type: material

```bash $ vi ~/.zshrc ``` ```bash alias nb="npm run build" alias ns="npm start" alias no="npm run open" alias nt="npm test" alias cc="clear" alias go="npx git-open" alias vo="npx viewoss-open" alias gfupdate="gaa...

related: tool
for: share

# Setup 1. Install iTerm2 2. brew install ## [oh-my-zsh Git plugin](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git/git.plugin.zsh) ```bash $ vi ~/.zshrc ``` ``` .zshrc plugins=(git) ``` ```bash $ source ~/.zshrc ``` ## Alias Description ###...

related: tool
for: share