0.0.4 • Published 2 years ago

somei-rn-cli v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

SOMEI CLI

This project provides an simple way for creating components, templates and views on somei.

Instalation

  npm i -g somei-rn-cli

How to use it

There is 3 commands that you can use for create files:

Generate component

  somei gc --name=component [--relativePath=/path/where/it/will/be/created]

This command generates a new minimal component with tests:

Generate template

  somei gt --name=component [--relativePath=/path/where/it/will/be/created]

This command generates a minimal structure to a new template with tests:

Generate view

  somei gv --name=component [--relativePath=/path/where/it/will/be/created]

This command generates a minimal structure to a new view with template and tests

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago