CLI for creating javascript applications and libraries.
Install package using npm:
$ npm i -g create-zombie-lib
Usage scheme:
$ create-zombie-lib <project-name> [options]
Basic usage example:
$ create-zombie-lib my-new-lib
Create using specific template:
$ create-zombie-lib my-react-component-lib --template react-component-lib-template