Manage NodeSecure configs
npm install nsecureconf!version


!build
Manage NodeSecure configs
This package is available in the Node Package Repository and can be easily installed with npm.
``bash`
$ npm i -g nsecureconf
Or use npx.
`bash`
$ npx nsecureconf
`bash`save existing nsecure-result.json
$ cd path/to/project
$ nsecureconf saveuse another conf already saved
$ nsecureconf pick
- Manage multiple nsecure-result.json files.
- Full interactive.
- Provide default configs
| command | short | description |
| --- | --- | --- |
| save | s | Save a new configuration from an existing nsecure-result.jsonnsecure-result.son
| pick | p | Generate a 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/`

PierreDemailly 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!