3.1.0 • Published 4 years ago

new-project-cli v3.1.0

Weekly downloads
11
License
-
Repository
github
Last release
4 years ago

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.0

yarn global add new-project-cli@^3.1.0


(if configured properly)

npm install --global @jaid/new-project-cli@^3.1.0

CLI 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-seconds

For usage instructions:

new-project-cli --help

Development

Setting up:

git clone git@github.com:jaid/new-project-cli.git
cd new-project-cli
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License
Copyright © 2020, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)