@easytools/ngenerator
v0.0.4
Published
code generator by nodejs
Downloads
3
Readme
ngenerator
code generator by nodejs
Usage
global install with npm
// 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>
local running with npx
// 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>
Roadmap
- [x] Generate code with built-in template
- [ ] Generate code with custom template
- [ ] Generate Component
- [ ] Generate Project
Join Us
Welcome to you, You can join us in the following ways :smiley:
- Commit issue Issue report bug or consult
- Commit PR Pull Request improve ngenerator
Contribution
Thank you to all the people who already contributed to ngenerator!
Contributors
License
Copyright (c) 2020-present, Sean Burt