Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 1.23 KB

README.markdown

File metadata and controls

48 lines (34 loc) · 1.23 KB

data-template

A template for assets data-packages

Stability: 1 - Experimental

basics

  • .eslintrc & .eslintignore - style rules closely follow google's javascript style guide
  • .gitignore & .npmignore
  • bower.json & .bowerrc
  • MIT LICENSE
  • a index.mustache in the default theme

package.json scripts

  • npm test - eslint, istanbul + nyc and mocha
  • npm run lint - eslint
  • npm run log - generate a markdown formatted changelog
  • npm run clean - rm node_modules, npm-debug.log, bower_componets, coverage, .nyc_output

bower

If you want to use bower, please install it globally

npm i -g bower

if not you can safely follow these steps

Download

Tests

Branches     : Unknown% ( 0/0 )
Statements   : Unknown% ( 0/0 )
Functions    : Unknown% ( 0/0 )
Lines        : Unknown% ( 0/0 )