Skip to content

Yeoman generators for front end development

License

Notifications You must be signed in to change notification settings

BolsteDev/generator-bolste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator Bolste

Yeoman generators for Bolste style component modlets. Specifically for React development.

Commands

yo bolste [--name="Your Component Name"]

This will create a full modlet in the current working directory, including:

  • a React file
  • a SCSS file
  • a Story file
  • a test file

yo bolste:react [--name="Your Component Name"]

Create a react file with BEM style class names.

yo bolste:scss [--name="Your Component Name"]

Create a SCSS file with BEM style class names.

yo bolste:story [--name="Your Component Name"]

Create a story file that assumes ./YouComponentName.js exists.

yo bolste:test [--name="Your Component Name"]

Create a test file that assumes ./YouComponentName.js exists.

About

Yeoman generators for front end development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published