make-config-example
v1.0.0
Published
Generate config's example
Downloads
1
Readme
Generate config template file with suffix '.example' for current exist config file.
Usage
# install as global
npm i -g make-config-example
# auto recognize file type
make-config-example -i <filename>
# set config file type specifically
make-config-example -i <filename> -t <type>
# version
make-config-example -V
# help
make-config-example -h
Current Support Type
.env
.json
Test
npm run test