https://github.com/pierredemailly/nsecureconf
Manage NodeSecure configs
https://github.com/pierredemailly/nsecureconf
Last synced: 2 months ago
JSON representation
Manage NodeSecure configs
- Host: GitHub
- URL: https://github.com/pierredemailly/nsecureconf
- Owner: PierreDemailly
- License: mit
- Created: 2023-11-26T13:41:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:12:45.000Z (over 1 year ago)
- Last Synced: 2025-02-10T09:44:19.699Z (4 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nsecureconf

[](https://github.com/PierreDemailly/nsecureconf/commit-activity)
[](https://github.com/PierreDemailly/nsecureconf/blob/main/LICENSE)
Manage [NodeSecure](https://github.com/NodeSecure/cli) configs
## Requirements
- [Node.js](https://nodejs.org/en/) v18 or higher## Getting Started
This package is available in the Node Package Repository and can be easily installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm).
```bash
$ npm i -g nsecureconf
```Or use [npx](https://docs.npmjs.com/cli/v7/commands/npx).
```bash
$ npx nsecureconf
```## Usage exemple
```bash
# 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 ✨
[](#contributors-)
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
# License
MIT