hua-utils
v1.2.1
Published
HUA utils for make develop easier
Downloads
45
Readme
HUA-utils is a library that contains the commands commonly used for the development of applications.
Installation
HUA-utils is available as an npm package.
// with npm
npm install -g hua-utils --registry http://srv-pr-tfs-h.hospital.austral:8081
Usage
Here is a quick example to get you started, it's all you need:
Help
Show help information
hua help
Verdaccio
Install a package from Verdaccio registry
hua verdaccio install
Publish a package to Verdaccio registry
hua verdaccio publish
Unpublish a selected package to Verdaccio registry
hua verdaccio unpublish
Link the actual package to Verdaccio registry
hua verdaccio link
Unlink the actual package to Verdaccio registry
hua verdaccio unlink
And much more
The library is permanently updated so to know all the functionality it is recommended to execute the command mentioned in the help section.
License
This project is licensed under the terms of the MIT license.