/nsecureconf

Manage NodeSecure configs

Primary LanguageJavaScriptMIT LicenseMIT

nsecureconf

version Maintenance mit build

Manage NodeSecure configs

Requirements

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 ✨

All Contributors

PierreDemailly
PierreDemailly

💻

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

License

MIT