1.1.0 • Published 5 years ago

creact-cli v1.1.0

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

Reacli

Description

Command line tool for React, to create components or any other file.

Steps:

  • Create commands using commander, to create specific type of file.
    • type(component - service - interface - etc..).
    • name
    • extension (.js - .ts).
    • folder (directory where to output the files).
  • Get what the user's input is. (Commander arguments)
  • Create the directories (If there are any).
    • Check in which directory I am in.
    • Output the file(s) in the specific folder the user passed in.
  • Create the file (name+extension).
    • Use the name the user passed in and the file extension.
  • Use templates to create the files requested by the user. (file - test file)
    • Each template is the type of string with a placeholder inside to be changed with the name the user passed in.
1.1.0

5 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago