0.0.2 • Published 3 years ago

brn-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

brn cli

Commitizen friendly License: MIT Storybook Tests NPM Publish

A cli to generate react native files created to be used together with template expo with paper

Instalation

yarn global add brn-cli

or

npm i -g brn-cli

Usage

  • generate|g <name>
    it creates inside the src directory 4 files, they are a index component file, a styles file, a test file and a story file.
brn generate path/to/file

or

brn g path/to/file
UsageGenerated files
usagegenerated