Skip to content

englishtown/grunt-lexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-lexicon

grunt plugin for lexicon

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-lexicon

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-lexicon');
grunt.config.init({
  lexicon: {
    all: {
      src: ["src/**/*.js"],
      dest: "docs",
      options: {
        title: "The Docs",
        format: "html"
      }
    }
  }
});

And finally invoke it by

grunt lexicon

Documentation

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 kates
Licensed under the MIT license.