0.2.32 • Published 3 years ago

generator-studio-hooks v0.2.32

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

#Studio Template Generator

##Getting started

install Yeoman and generator-studio-hooks globally

npm install yo -g
npm install generator-studio-hooks -g

##How it works

To create the project template run the following

##studio

yo studio-hooks {AppName}

Where {AppName} is the name of the application

###Flags

--src-dir {directory}   // in case the src files will
                        // need to sit on a different
                        // directory specifies the directory

--exclude-public    // flag if the public folder
                    // should be excluded when
                    // generating the project

##UI Component To create a React class component run the following

yo studio-hooks:ui {UiName}

Where {UiName} is the name of the ui component

###Flags

--folder {folderName}   // specify a folder name
                        // under under components for files to be generated
                        // default value "ui"

##Presentation Component (Functional component) To create a React function component run the following

yo studio-hooks:pr {PrName}

Where {PrName} is the name of the functional component

###Flags

--folder {folderName}   // specify a folder name
                        // under under components for files to be generated
                        // default value "ui"

###Flags

--folder {folderName}   // specify a folder name
                        // under under components for files to be generated
                        // default value "ui"
0.2.27

3 years ago

0.2.30

3 years ago

0.2.32

3 years ago

0.2.31

3 years ago

0.2.29

3 years ago

0.2.28

3 years ago

0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.20

4 years ago

0.2.16

4 years ago

0.2.19

4 years ago

0.2.18

4 years ago

0.2.17

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago