My dotfiles
Use to initialize new Node.js project with babel
, standard
, tape
supports.
Copy templates/n
directory to your ~/templates
before the first use. Run:
$ ./n your-project-name
$ cd your-project-name
Edit package.json
and do your work :)
MIT