Adeohluwa / gen

Simple scaffolding tool for WEB / GUI / CLI apps written in Nim Lang
MIT License
47 stars 5 forks source link
cligen docopt generator jester nigui nim

Generator

License: MIT Build Status Activity

Ultimate Scaffolding tool for GUI/Web/Cli written in Nim Lang that is brain dead easy to use

Features

Installation

$ nimble install gen

Usage

  $ gen jester:app Uber
  $ cd Uber/
  $ gen new:license MIT
  $ gen new:configs
  $ ls 
  .
  |--- License.txt
  |--- README.md
  |--- app.nimble
  |--- bin/
  |     |--- app
  |
  |--- nim.cfg
  |--- src/
  |     |--- app.nim
  |     |--- models/
  |     |--- public/
  |     |      |--- css/
  |     |      |--- img/
  |     |      |--- js/
  |     |
  |     |--- routes/
  |     |--- views/
  |
  |--- tests/
  |--- .env
  |--- .gitignore
  |--- .travis.yml

ROADMAP

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributions

Appreciate all contributions and suggestions which would make this a more useful application for all Nim Lang users. Feel free to fork this repo, create a pull request and it will be reviewed and merged!

Acknowledgements

@Yardanico. @JuanCarlosPaco. @Kobi. @Libman.