npm.io
0.3.0 • Published 8 years ago

generator-striker

Licence
ISC
Version
0.3.0
Deps
2
Size
709 kB
Vulns
0
Weekly
0

#StrikeJS Template Generator

##Getting started

install Yeoman and generator-strikeJS globally

npm install yo -g
npm install generator-striker -g

##How it works

To create the project template run the following

##Striker


yo striker {AppName}

Where {AppName} is the name of the application

##Controller To create a controller run the following

yo striker:ctrl {CtrlName}

Where {CtrlName} is the name of the controller

##Page To create a page run the following

yo striker:page {PageName}

Where {PageName} is the name of the page

##UI Component To create a ui component run the following

yo striker:ui {UiName}

Where {UiName} is the name of the ui component

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

yo striker:pr {PrName}

Where {PrName} is the name of the functional component