1.2.4 ā€¢ Published 7 years ago

yagg v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Build Status npm package

YAGG

Yet Another Great Generator - āœØšŸš€ Simple and fast generator, create your own template in seconds

Getting Started

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

Installation

Install the yagg globally

npm install -g yagg

Usage

Add the template

yagg add custom

Now create a new project from template

yagg new custom
? What is the project name? sample-app
? Enter a small description A sample template with yagg
? Enter your email 7jagjag@gmail.com
? Enter your name George

------ YAGG --------
 create dir: [ āœ…  ] ./sample-app/app
 create dir: [ āœ…  ] ./sample-app
  copy file: [ āœ…  ] index.js
  copy file: [ āœ…  ] server.js
  copy file: [ āœ…  ] package.json

Success! āœØšŸŒŸ happy coding šŸŽ‰
  cd sample-app

outputs

sample-app
ā”œā”€ā”€ app
ā”‚Ā Ā  ā””ā”€ā”€ server.js
ā”œā”€ā”€ index.js
ā”œā”€ā”€ node_modules
ā””ā”€ā”€ package.json

yagg cli help

  Usage: yagg [options] [command]


  Options:

    -V, --version  output the version number
    -v, --version  output the version number
    -h, --help     output usage information


  Commands:

    new [options] <template> [projectName]  create a new project from a template
    remove <template>                       remove a template
    add <template>                          add a template
    list [options]                          list all available templates

Changelog

https://github.com/g3org3/yagg/blob/master/CHANGELOG.md

Contributors

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4-beta

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.1.0

7 years ago