This package has been deprecated

Author message:

Project not mantained anymore

iniciar

0.1.7 • Public • Published

🏹 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

Package Sidebar

Install

npm i iniciar

Weekly Downloads

2

Version

0.1.7

License

MIT

Last publish

Collaborators

  • juliomatcom