1.2.14 • Published 4 years ago

setconf v1.2.14

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

setconf

Simple cli tool to manage your config files easily.

Installing

using npm

$ npm i -g setconf 

Updating

using npm

$ npm update -g setconf

Usage

check the current version.

$ npx setconf -V

To show all Config files

$ npx setconf show-all

Add new config file to manage

-- Note: make sure you are in the same directory where your config is saved.

$ npx setconf add <filename>

Use existing config file

$ npx setconf setup <filename>

Update existing config file

$ npx setconf update <filename>

Remove existing config file

$ npx setconf remove <filename>

for more info and using alias

$ npx setconf --help
1.2.13

4 years ago

1.2.14

4 years ago

1.2.12

4 years ago

1.2.11

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago