@popit/cli
v1.1.9
Published
Simple command line interface for frontend developers
Downloads
2
Readme
cli
About The Project
Simple command line interface for frontend developers
Prerequisites
Instalation
Clone this repository
git clone https://github.com/EPJA-popit/cli.git
Run npm installation process
npm i
Versioning
In order to create a new version of @popit/cli you should run this commands:
Create a new verstion of package
npm version < major | minor | patch >
Publish this version of package, please be sure that you logged in under your npmjs.com account
npm login
npm publish --access public
Push commits realted to package versioning into github repository
git push
Testing
There is no testing for now :(
Usage
For now this project does nothing to entertain you
License
Distributed under the MIT License. See LICENSE
for more information.