new-project-cli
v3.1.0
Published
Opinionated command line tool that creates a new git repository for an npm package.
Downloads
197
Maintainers
Readme
new-project-cli
Opinionated command line tool that creates a new git repository for an npm package.
Opinionated
This project is tailored to my personal needs and workflows and therefore highly opinionated. Feel free to use it or get inspired by it, but please do not get frustrated if you come across weird features or have difficulties integrating it in your own ecosystem.
Installation
npm install --global new-project-cli@^3.1.0yarn global add new-project-cli@^3.1.0
(if configured properly)
npm install --global @jaid/new-project-cli@^3.1.0CLI Usage
After installing package new-project-cli globally, you can use its command line interface.
new-project-cli my-new-package --description "Description of package." --template epoch-secondsFor usage instructions:
new-project-cli --helpDevelopment
Setting up:
git clone [email protected]:jaid/new-project-cli.git
cd new-project-cli
npm installTesting:
npm run test:devTesting in production environment:
npm run testLicense
MIT License
Copyright © 2020, Jaid <[email protected]> (https://github.com/jaid)
