Skip to content

๐Ÿ’Œ A Yeoman generator for the OWA dev team to quickly scaffold common parts of the OWA React project.

License

Notifications You must be signed in to change notification settings

melvsparks/generator-owa-dev

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

OWA Dev Yeoman Generator

Yeoman generator for quickly scaffolding common parts of the OWA React project, including packages, components, actions, and stores.

Installation

Install yo and generator-owa-dev:

npm install -g yo generator-owa-dev

Usage / Generators

Currently supported generators:

  • App
    • yo owa-dev
    • This generator simply prints the list of currently supported generators.
  • Action
    • yo owa-dev:action
    • This generator lets you choose the name for your action, as well as the action type (i.e. action, mutator, mutatorAction, orchestrator).
  • Component
    • yo owa-dev:component
    • This generator lets you choose the name for your component, and scaffolds out the .tsx and .scss file, as well as ties them together.
  • Package
    • yo owa-dev:package
    • This generator lets you choose the name for your package, and lets you choose which folders you'd like to create underneath it (i.e. actions, components, mutators, orchestrators, services, store, test, utils).
  • Store
    • yo owa-dev:store
    • This generator lets you choose the name for you store, and scaffolds it out for you (including the store folder, the schema folder with an empty interface, and the store.ts file itself).

License

MIT License

About

๐Ÿ’Œ A Yeoman generator for the OWA dev team to quickly scaffold common parts of the OWA React project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • TypeScript 7.4%
  • CSS 0.3%