composer require --dev nguonchhay/nodetypegenerator dev-master
"require-dev": {
"nguonchhay/nodetypegenerator": "dev-master"
}
Then download the package: composer update nguonchhay/nodetypegenerator
./flow flow:cache:flush --force
##
# Nguonchhay.NodeTypeGenerator route
-
name: 'Nguonchhay NodeTypeGenerator'
uriPattern: 'nodetypegenerator/<NguonchhayNodeTypeGeneratorSubroutes>'
defaults:
'@package': 'Nguonchhay.NodeTypeGenerator'
'@format': 'html'
subRoutes:
NguonchhayNodeTypeGeneratorSubroutes:
package: 'Nguonchhay.NodeTypeGenerator'
1. Go to generating form `<your-base-url>/nodetypegenerator` and input the nodetype information then submit the form.
2. Review generated nodetype. You can adjust fusion(.ts2) and template(.html) base on your real requirement.
3. Import gernerated nodetype into your active sites. You can import generated nodetype to active sites.
Then go to back end and test that imported nodetype.
We develop Nguonchhay.NodeTypeGenerator
by using:
1. Bower: download font awesome
2. Grunt: compile resources
3. CoffeeScript: developing script
4. Scss: developing style
bower install
npm install
grunt build