george create app
npm install george-create-app[![Build Status][travis]][travis-url]
[![npm package][npm-image]](npm-url)
sh
npm install -g george-create-app
`Usage
$3
`sh
Examples:
george-create-app Create a new project with .
george-create-app init Install gg-scripts to current project and adds basics files like README, gitignore, etc.
george-create-app update Update dependency gg-scripts of current project
george-create-app pre-commit Install pre-commit git hook that runs prettier before any commit
george-create-app -v Shows cli version
`Development
Fork, then clone the repo:
`sh
git clone https://github.com/your-username/george-create-app.git
cd george-create-app
git remote set-url g3 https://github.com/g3org3/george-create-app.git
npm install
``[travis]: https://travis-ci.org/g3org3/george-create-app.svg?branch=master
[travis-url]: https://travis-ci.org/g3org3/george-create-app
[npm-image]: https://img.shields.io/npm/v/george-create-app.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/george-create-app