genproject

Project generetor, general purpose

Usage no npm install needed!

<script type="module">
  import genproject from 'https://cdn.skypack.dev/genproject';
</script>

README

genProject

Node JS CLI application, used to generate generic project templates

License ISC

Install

npm i -g genproject

CLI usage

genproject
// or
genproject config-file
// you can use gen-project notation, for example
genproject config-file
// or gen
gen config-file

usage command without args, ask you for using technologies create file genProject-{project_name}.conf.json and create your template

commands with args (name of file) only create template of project

Supported technology

  • Frontend

    • TS

    • Vue will be implemented in next versions

    • Sass&Scss

  • Helpers

    • Gulp (default)

    • Karma+Jasmine

  • Backend

    • nodeJS

      • Express.JS will be implemented in next versions
    • Python (Django) will be implemented in next versions

    • PHP

      • Symfony will be implemented in next versions

      • Simple MVC template

  • Other

    • GIT (default)
    • Doxygen

Bugs

Please resport every bugs (also with english grammar ;) ) as pull request: Project's github