code-scaffold
v1.0.0
Published
Templatize code bases and scaffold them into new projects
Downloads
3
Readme
code-scaffold
Templatize code bases and scaffold them into new projects
Usage
Setup a configuration file in your input directory then run the following command:
npx code-scaffold --input ../SampleApp --output ./template --name MyApp
Local usage
npm run cli -- --input ../SampleApp --output ./template --config ./sample-config.json