To Install Nexss Programmer please go to Nexss Programmer CLI for more information.
Multiple templates for output. Uses consolidate.js package to handle various templates.
nexss Template --listTemplates # displays list of the templates available in the Template package
nexss Template --copyTemplate="page.pug" # it will copy page.pug to the src/views/page.pug so you can modify it and use it nexss Template --template="src/views/page.pug".
nexss Template --copyTemplate="page.jade" --newTemplateName="mynewname" # it will copy with new name -> src/views/mynewname.jade
nexss Template --template="src/views/mynewname.jade" --server # --server will start a development server to share results
debug: 0 # Please remember to add this, otherwise debug messages will be displayed. Eg pug as errors.