0.0.4 • Published 4 years ago

@easytools/ngenerator v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

  • 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:

Contribution

Thank you to all the people who already contributed to ngenerator!

Contributors

License

MIT

Copyright (c) 2020-present, Sean Burt