code generator by nodejs
// global install
npm i -g @easytools/ngenerator
// uninstall
npm uninstall @easytools/ngenerator
// create vue single file component
gen create vue <file_name>
// create more vue single file component
gen create vue <file_name> <file_name>
// create react component
gen create react <file_name>
// create custom code file
gen create <template_name> <file_name>
// create vue single file component
npx gen create vue <file_name>
// create more vue single file component
npx gen create vue <file_name> <file_name>
// create react component
npx gen create react <file_name>
// create custom code file
npx gen create <template_name> <file_name>
- Generate code with built-in template
- Generate code with custom template
- Generate Component
- Generate Project
Welcome to you, You can join us in the following ways 😃
- Commit issue Issue report bug or consult
- Commit PR Pull Request improve ngenerator
Thank you to all the people who already contributed to ngenerator!
Copyright (c) 2020-present, Sean Burt