nsecureconf
v0.0.3
Published
Manage NodeSecure configs
Downloads
5
Readme
nsecureconf
Manage NodeSecure configs
Requirements
- Node.js v18 or higher
Getting Started
This package is available in the Node Package Repository and can be easily installed with npm.
$ npm i -g nsecureconf
Or use npx.
$ npx nsecureconf <command>
Usage exemple
# save existing nsecure-result.json
$ cd path/to/project
$ nsecureconf save
# use another conf already saved
$ nsecureconf pick
Features
- Manage multiple
nsecure-result.json
files. - Full interactive.
- Provide default configs
CLI
| command | short | description |
| --- | --- | --- |
| save | s | Save a new configuration from an existing nsecure-result.json
| pick | p | Generate a nsecure-result.son
from an existing configuration
| list | l | List available configurations
| delete | d | Delete a configuration
| info | i | TODO Show config info (dependencies count, etc)
[!NOTE] Configs are stored at
~/.nsecureconf/
Contributors ✨
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT