0.6.4 • Published 5 years ago

rowena-cli v0.6.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Rowena CLI

Tool to generate code for React / React Native.

Features

  • Generate statefull/stateless components code.
  • Defines a scalable structure for redux project.
  • Use duck pattern in reducers scaffold.

Instalation

This library is available on npm, install it with: npm i -g rowena-cli or yarn global add rowena-cli.

Usage

Run commands inside your project, all files is generate inside /src directory.

  rowena --help

Configuration

Define a rowena.json file in project root for change default configs.

{
  "appContext": "web",
  "appStyleExtension": "scss"
}
0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.53

5 years ago

0.5.52

5 years ago

0.5.51

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago