qr-utils
v3.2.3
Published
qr utils for make develop easier
Downloads
42
Readme
qr-utils is a library that contains the commands commonly used for the development of applications.
Installation
qr-utils is available as an npm package.
// with npm
npm install -g qr-utils@latest
Usage
Here is a quick example to get you started, it's all you need:
Help
Show help information
qr help
Mongo
Restore a backup on a specific date
qr mongo restore
Start mongo server
qr mongo start
Import
Execute import
qr import start
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.
Test
Run npm link
to attach this project
Run npm unlink
to detach
publish
npm login
npm publish