インストール .bashrcに下記の関数を追加 mknpm() {git clone https://github.com/misak1/node-template.git; cd node-template; rm -rf .git} テンプレート作成 $ mknpm README.md作成 $ npm run doc