Skip to content

rqueue/VIPER-template-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Use

Run the script by giving it an argument of the module name you want in camel case. The capitalization of the first letter is optional. For example, the follow two commands will both create the same thing: ``` $ ./viper-template.sh myModuleName $ ./viper-template.sh MyModuleName ``` Both of these commands will produce the following folders/files: ``` /MyModuleName /MyModuleName # main files in here /Specs /MyModuleName # spec files in here ``` The `MyModuleName` directory contains the actual VIPER temnplate files and the `MyModuleNameSpecs` directory contains blank Cedar spec files for all the module files less the view.

Note: All files will be prefixed with "BR" currently.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published