0.8.3 • Published 6 years ago

george-create-app v0.8.3

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

Build Status npm package

george-create-app

cli to create base node apps with gg-scripts

Getting Started

You will need Node >= 8 installed. How do I install node? click here to find out about nvm

Installation

npm install -g george-create-app

Usage

Create a new project

Examples:
  george-create-app <projectName>	Create a new project with <projectName>.
  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:

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

Changelog

https://github.com/g3org3/george-create-app/blob/master/CHANGELOG.md

Contributors

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.4

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago