This package has been deprecated

Author message:

WARNING: This project has been renamed to react-front-cli. Install react-front-cli instead.

seasons-cli

1.0.5 • Public • Published

Description

seasons-cli is a command line tool.

Installation

To install the stable version you can use npm or yarn:

$ npm install seasons-cli 
$ yarn install seasons-cli  

CLI

$ seasons-cli [options]

if option is not provided then $ seasons-cli -h will be executed.

CLI Options

  • -u, --updateversion Bumps up patch version, It will amend to exisiting local commit if exists else will create a new local commit
  • -c or --createcomponent Creates Skeletion of component
  • -V or --version Outputs the version number season-cli
  • -h or --help Outputs usage information

Component Structure

$ seasons-cli -c

Following structure has been generated where SampleComponent is component name.

createcomponent

└─ SampleComponent
   ├─ __tests__
   │  └─ SampleComponentSpec.js
   ├─ Readme.md
   ├─ SampleComponent.scss
   └─ Settings.scss

Readme

Keywords

none

Package Sidebar

Install

npm i seasons-cli

Weekly Downloads

4

Version

1.0.5

License

ISC

Last publish

Collaborators

  • gbhasha
  • ladharpankaj