0.3.1 • Published 7 years ago

blackhare v0.3.1

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

Black Hare Boilerplate

An easy way to build fast a web project from scratch!

Why

Every time when I need to create an web project (without any js framework), I use to save some gists containing boilerplate files like gulpfile with all the tasks to optimize CSS, JS, HTML, images, live reload server also folder structure that is the same in all my project.

So, I decide to create a Command-line user Interface (CLI) to generate this file easily.

Technologies

This boilerplate uses the followings technologies:

How To

For the best use, you should install globally:

npm i -g blackhare

After this, create your new project with the following command:

blackhare new

Answer the questions: 1. What is your project name? (default: my-project) 1. What is the version of this project? (default: 0.0.1) 1. Choose the package manager: NPM or YARN (default: Yarn) 1. Confirm project informations (default: Yes)

Than, your project will be generate and all dependencies will be installed!

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

License

MIT License © Raul de Melo

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago

0.0.3

7 years ago