8000 GitHub - SachaG/generator-vulcanjs: The cli scaffolding tool for Vulcan.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

SachaG/generator-vulcanjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-vulcanjs

Installing

  • To run this generator, you need to have yo and @storybook/cli installed globally.
  • To install all, run npm install -g generator-vulcanjs yo @storybook/cli
  • Or, if you use yarn, run yarn global add generator-vulcanjs yo @storybook/cli

Usage

  • Create new app: yo vulcanjs
  • Create new package: yo vulcanjs:package
  • Create new module: yo vulcanjs:module
  • Create new component: yo vulcanjs:component

Issues

  • React components don't get generated properly.
  • vulcanjs:remove is not implemented yet.

Extra

  • To see redux logs, set the environment variable VULCANJS_SEE_REDUX_LOGS to true. For example: VULCANJS_SEE_REDUX_LOGS=true yo vulcanjs:package
  • To turn the logs off, set the same environment variable to false. For example: VULCANJS_SEE_REDUX_LOGS=false yo vulcanjs:package

Contributing

  • Install grunt
  • In the project root, run npm run watch
  • Do not work on the root. Make your changes in the /src directory.
  • Grunt will compile your code into the root directory.
  • PRs are always welcome!

About

The cli scaffolding tool for Vulcan.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0