angular-creator

Generates an Angular App easily with some options (Bootstrap, Font-Awesome, Jest, etc.)

Usage no npm install needed!

<script type="module">
  import angularCreator from 'https://cdn.skypack.dev/angular-creator';
</script>

README

Angular App

Save hundred of thousands of hours (ok just kidding...) but some documentation research here and there and some time, for a tedious job which is creating a new Angular App with the necessary dependancies. This CLI tool will ask you the questions and generate an App depending on the answers.

to install: npm install -g angular-creator
command to run: ac || angular-creator

ex.png

Todo

  • Angular Version picker
    • Limit with user's Node version
  • Option to use Yarn instead of Npm
  • Option to add Material to the project
    • Choose which theme
    • Help creating a Custom Material theme
  • Option to add Material Design for Bootstrap to the project
  • Option to add HammerJS
  • Push to NPM
  • Option to create a new Git repo
    • GitHub
    • Others.
  • Option to push to an existing Git repo
    • Select Repo from APIs
  • Save the user answers as default config (like npm init -y)
    • Automatically detects de config file
    • Take the config file as parameter (ag --config=config.json)
  • Filter the result of the Repo List with an input (in case a user has a lot of repos)