Skip to content

kate2753/dustjs-helpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dust Helpers Build Status

Additional functionality for dustjs-linkedin package

Read more here : https:/linkedin/dustjs-helpers

Getting Started

A quick tutorial for how to use Dust https:/linkedin/dustjs/wiki/Dust-Tutorial

Contributing

  • Open https:/linkedin/dustjs-helpers in a browser and fork it. Then clone your fork:

      git clone https:/<your github account>/dustjs-helpers dustjs-helpers
      cd dustjs-helpers
    
  • Set up a branch for what you are working on

      git checkout -b myBranchName
    
  • Install Grunt-cli, it lets you run grunt commands. For more information see http://gruntjs.com/getting-started

      npm install -g grunt-cli
    
  • Install node dependencies needed for development in this project

      npm install
    
  • Make your changes on the branch and run jshint\tests to make sure changes are OK

      grunt test
    
  • Commit your changes and push them to github

      git add .
      git commit -m "My changes to dustjs-helpers repo"
      git push origin myBranchName
    
  • Go to github and post a pull request, see https://help.github.com/articles/creating-a-pull-request

Coverage report

Running grunt test or grunt testPhantom generates coverage report under tmp/coverage folder. Open index.html file in a browser to view the coverage.

About

Helpers for dustjs-linkedin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 2.2%