@g.frame/common.render
v0.3.0
Published
Render module from g.frame
Readme
g.frame.components.window
Module repo template for g.frame
How to use
- Create new repo and use this project as template
- Clone it
- Change all
g.frame.components.windowoccurrences to your module nameg.frame.module_name - Rename
.github_folder to.github - Update to use latest version of
g.frameandthree - Use
npm installto install all dependencies
How to build
- Use
npm run buildto build your module - Use
npm run lintto lint your code - Use
npm run testto run unit tests - Use
npm run docsto generate docs
Useful links
g.framerepo https://github.com/VeryBigThings/g.frame
