0.1.7 • Published 7 years ago

iniciar v0.1.7

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

🏹 iniciar

Stupid project scaffolding / generator for Node and Web Apps
iniciar is a one-step CLI to kick-start new projects trough opinionated and custom generators.

Build Status bitHound Overall Score Standard - JavaScript Style Guide npm version

Install

$ npm install -g iniciar

Usage

$ iniciar [generator] [options]

Bootstrap a new fresh and ready React App with react-min generator:

$ iniciar react-min -o /pathToFolder

And that's it 😁

API

$ iniciar --help

iniciar [generator] [options]

Options
  -l, --list            Display available generators
  -o, --output          Output directory
  -c  --ci  [house]     (travis) Add CI default configuration
      --cli [package]   Add CLI app helper dependency
  -h, --help            Display this help and exit

  Change package.json project values:
      [--key]  <value>

  Defaults:
  -n, --name   name     ("")
      --main   main     (index.js)
      --ver    version  (1.0.0)

Generators

Generators are like addons that allows a simple way to kick-start a pre-configured project. You don't need to download or install anything.

Generators list

Want to add another ? is easy => Generators

Have any idea ?

Open an issue or say hi on twitter: @juliomatcom

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago