0.0.1 • Published 7 years ago

boilerator v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Boilerator

V0.0.1

A powerful tool to create your own boilerplate, how you like it to be.

Boilerator is still far from done. If you want to contribute and help me finish this project, it would be much appreciated <3

My vision for Boilerator:

  • A full project starter where it will ask questions to create your package.json (done)
  • Choose your own html preprocessor from normal html, pug, haml or slim and it will auto inject the compiling code for that preprocessor (only gulp done, working on the others)
  • Choose your own css preprocessor from normal css with postcss magic, stylus, sass, scss or less and it will auto inject the compiliing code for that preprocessor (not done)
  • Choose your own js preprocessor from es6, coffeescript or typescript and it will auto inject the compiling code for that preprocessor (not done)
  • Start a live-server, minify css, js and html (done)
  • Choose if you would like to lint your html preprocessor, css preprocessor and js and it will auto inject the linter codes (not done)
  • auto start installing the required packages when all the questions are asked (not done)

If you can help me get this project to being at least usable, fork the github repo and let's work together on making this happen

See you all at Version 1.0.0