1.0.0 • Published 8 years ago

aba-gen v1.0.0

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

aba

aba is scaffolding CLI tool to generate almost everything written on JS. Main goal of aba is to reduce time wasted on creating directories and files and writing similar code (such as creating react component, importing react on every jsx file) during programming. Overall it aims to improve programmer's productivity by decreasing time taken to do repetitive tasks.

Currently at very early stage (testing on my projects)

Roadmap

  • Flexible folder structure generator ✓
  • Generate redux-form based on schema
  • Generate graphql schema and resolvers

Todos

  • Eslint setup
  • Write test scripts

Usage

TODO yarn add aba-gen create a folder aba in root of your directory create aba.json (https://github.com/BipinBhandari/aba/tree/master/aba/aba.json) create generator and templates (refer here for example: https://github.com/BipinBhandari/aba/tree/master/aba) create npm script done

Development

License

https://github.com/BipinBhandari/aba/blob/master/LICENSE