A CLI tool to setup a new Node.js project based on bucharest-gold guidelines.
Project Info | |
---|---|
License: | Apache-2.0 |
Build: | npm |
Issue tracker: | https://github.com/bucharest-gold/bgold/issues |
Engines: | Node.js 4.x, 6.x, 8.x |
npm install bgold -g
bgold (creates the blank project without dependencies)
bgold -i (creates the blank project adds the dependencies and install)
bgold --install (same as -i)
Please read the contributing guide