1.1.0 • Published 5 months ago
code-scaffold v1.1.0
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