Skip to content

Jaid/new-project-cli

Repository files navigation

new-project-cli

License Sponsor new-project-cli
Build status Commits since v3.1.0 Last commit Issues
Latest version on npm Dependents Downloads

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

new-project-cli on npm

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

new-project-cli on Yarn

yarn global add new-project-cli@^3.1.0

@jaid/new-project-cli on GitHub Packages
(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)