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