1.5.1 • Published 3 years ago

joya-cli v1.5.1

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

Welcome to Joya-cli!

This is a CLI to help you creating some React files in a quick and easy way. This has been developed to make faster some repetitive elements creation in our daily basis.

Installation

Just run in your terminal:

 yarn global add joya-cli
 npm install -g joya-cli

This is going to install joya-cli globally in your machine. It will allows you to use the CLI wherever you want.

Options

Let's check te options you have to create those elements:

 joya [type] [name] [language]
typenamelanguage (optional)
componentstringts
class-componentjs
page
context
test
api

Language default value is ts (TypeScript) Api options needs a name, but it is not going to be use in creation

Examples

 joya component welcome ts
 joya test input js
 joya page settings
1.5.1

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago