1.1.0 • Published 7 years ago
creact-cli v1.1.0
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
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago