HTML linter for Bootstrap projects
Перейти к файлу
Chris Rebert 1b87aca313 fix #22 2014-07-11 02:21:18 -07:00
src fix #21 2014-07-11 02:08:22 -07:00
test fix #21 2014-07-11 02:08:22 -07:00
.editorconfig add editorconfig via yeoman 2014-07-11 01:24:21 -07:00
.gitignore Initial commit 2014-07-02 07:55:13 -07:00
.jscsrc add JSHint & JSCS configs 2014-07-11 01:24:21 -07:00
.jshintrc add JSHint & JSCS configs 2014-07-11 01:24:21 -07:00
.travis.yml fix #23 2014-07-11 02:20:39 -07:00
CONTRIBUTING.md add CONTRIBUTING via yeoman 2014-07-11 01:24:21 -07:00
Gruntfile.js add Gruntfile via yeoman 2014-07-11 01:24:22 -07:00
LICENSE Initial commit 2014-07-02 07:55:13 -07:00
README.md fix #22 2014-07-11 02:21:18 -07:00
package.json reindent package.json & make 'npm test' work 2014-07-11 01:55:47 -07:00

README.md

bootlint

Build Status Dependency Status devDependency Status

HTML linter for Bootstrap projects

Getting Started

On the server

Install the module with: npm install bootlint

var bootlint = require('bootlint');
bootlint.awesome(); // "awesome"

In the browser

Download the code.

In your webpage:

<script src="dist/bootlint.js"></script>
<script>
awesome(); // "awesome"
</script>

Documentation

(Coming soon)

Contributing

The project's coding style is laid out in the JSHint and JSCS configurations. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Also, please don't edit files in the "dist" subdirectory as they are generated via Grunt. You'll find source code in the "lib" subdirectory!

Release History

(Nothing yet)

License

Copyright (c) 2014 Christopher Rebert. Licensed under the MIT license.