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
8 years ago
1.0.17
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago