michal
v3.0.1
Published
M.I.C.H.A.L - My Initialization Config Handling Automator. LOL.
Downloads
10
Readme
michal by @michalbe
M.I.C.H.A.L - My Initialization Config Handling Automator. LOL.
What?
Michal is commandline tool I use to setup all the things I need to start a new project. It:
- creates
package.json
file with proper name, repo & author - installs
rollupjs
withbabel
and my fav configuration - Modifies
.eslintrc
file with my favorite configuration - Creates
test
directory with example file
How to use?
Install with:
$ sudo npm install michal -g
Then in new, recently cloned git
repo, to install all the packages:
$ michal -a
To check available options run the command without parameters:
$ michal
Voila!