0.0.5 • Published 8 years ago
hima v0.0.5
hima
Modular home control dashboard built with React.
yarn develop to run server on port 3000 and start webpack watcher.
yarn start to make a production build and run server.
Writing a module
- Install
himafrom npm and importregisterModulefrom it. - Register your module component using
registerModule({name '<package name>'})(Component). - Let
himaknow about your component by ??????.
Publishing a module
package.json must contain at least:
- unique
name mainpointing to the build file (has to be in version control)versionrepositorywith a link to a public Github repo"hima-module"inkeywordsso that it can be discovered by searchhimaindependencies