{{#author}}
{{author_name}}
v{{version}}
{{#badges}}
{{#add_nodeico}}{{/add_nodeico}}
{{#add_github_badges}}{{#add_github_stars}}{{/add_github_stars}} {{#add_github_forks}}{{/add_github_forks}} {{#add_github_issues}}{{/add_github_issues}} {{#add_github_license}}{{/add_github_license}}{{/add_github_badges}}
{{#add_travis}}{{/add_travis}} {{#add_coverage}}{{/add_coverage}} {{/badges}} {{/author}}
Check out the Latest Documentation here
if you want to override the grid-system please add this code after importing main flavor-scss code in you sass/scss codebase after your modifications to grid-system variables if u want to use the default stuff, otherwise pass them as parameters
@include grid-system;
Check out the Changelog
{{description}}
Check out this Codepen example
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
{{#preferGlobal}}
npm install {{name}} --global
{{/preferGlobal}}
{{^preferGlobal}}
npm install {{name}} --save
{{/preferGlobal}}
{{#usage}}
{{{content}}}
{{/usage}}
{{#depDetails}}
- {{name}}: {{description}} {{/depDetails}} {{^depDetails}} None {{/depDetails}}
{{#devDepDetails}}
- {{name}}: {{description}} {{/devDepDetails}} {{^devDepDetails}} None {{/devDepDetails}}
{{#scripts.test}}
npm install
npm test
{{/scripts.test}}
{{#testOutput}}
{{{testOutput}}}
{{/testOutput}}
{{#license}}
{{license}} {{/license}}