michal
v3.0.1
Published
M.I.C.H.A.L - My Initialization Config Handling Automator. LOL.
Downloads
44
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.jsonfile with proper name, repo & author - installs
rollupjswithbabeland my fav configuration - Modifies
.eslintrcfile with my favorite configuration - Creates
testdirectory with example file

How to use?
Install with:
$ sudo npm install michal -gThen in new, recently cloned git repo, to install all the packages:
$ michal -aTo check available options run the command without parameters:
$ michalVoila!
