0.0.9 • Published 1 year ago

@calmbyte/cli v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CalmByte CLI

The CalmByte CLI is a command-line interface tool for creating ReactJS components.

Development Setup

Prerequisites

Install CalmByte CLI globally:

npm install -g @calmbyte/cli

Documentation

For help

cb --help

Commands

CommandAliasDescription
generategGenerates and/or modify files

Generating component

cb generate [options] component <name>
cb generate -p src/molecules component Avatar

Options

OptionAliasDescriptionDefault value
--extension--extFile extension ts/js/tsx/jsxtsx
--path--pFile path./
--dry--dDry run
--type--tComponent as function declaration or function expression (dcl/expr)dcl
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago