A Node.js cli tool to quickly clone templated repos
- Clone the tool and run
yarn installto install all dependencies. - Try creating a new project by running a command like:
yarn build && yarn start -n -p myprojectto clone the Node.js template into a new project called "myproject"
Node template
yarn build && yarn start -n -p myprojectNext.JS template
yarn build && yarn start -njs -p myprojectyarn build && yarn start -rn -p myproject