0.1.0 • Published 8 years ago

gnerate v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

CircleCI

Getting Started

Gnerate is a cli generation tool to help reduce boilerplate. This is achieved by creating templates, and then referencing those templates whenever we want to create a new file.

Installing Gnerate

NPM: npm install gnerate --save

Yarn: yarn add gnerate

Commands

gnerate --init - Generates a config file in the current working directory

gnerate --help - Show 'how-to-use' documentation

gnerate --version - Show the currently installed version

gnerate [template] [path/name] --config=[path/to/config.js] - Generates a template to a path/name location. The config argument is optional. If no config is given, generate will look for a directory named __templates__ in the root of the project.

example: gnerate container ./MainPage.js


0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago