8000 GitHub - easy-tool/ngenerator: :rocket:code generator by nodejs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

easy-tool/ngenerator

Repository files navigation

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 😃

Contribution

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

Contributors

SeanBurt sudotty

License

MIT

Copyright (c) 2020-present, Sean Burt

About

🚀code generator by nodejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0