This open source hasOwn by 100dayproject.
Life-parser (currently v1.0 previous beta version) has easy helper coding Nodejs for build website application.
Life parser' application generator code structure and function helper already.
Currently v1.0 not publish on npm but will be quickly to complete.
Create the app:
$ life-parser [App name]Install dependencies:
$ npm installRock and Roll
$ npm startThis generator can also be further configured with the following command line flags.
-h, --help output usage information
-V, --version output the version number
-m, --module add module
-t, --theme add theme
-f, --filter add filter for nunjucks template engines
-i, --info view information
-c, --config view configuration
-s, --support view support information
-v, --version view version generatorThis generator theme for project, you following command line for example.
Show themes list
$ life-parser -tShow theme information
$ life-parser -t <Your Theme Name>Install theme
$ life-parser install -t <Your Theme Name> [--force]Uninstall theme
$ life-parser uninstall -t <Your Theme Name>