Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 729 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 729 Bytes

nose Build Status

JSNose is a JavaScript code smell detector tool written in JavaScript.

Getting Started

Install the module with: npm install nose

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

Documentation

(Coming soon)

Examples

(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) 2014 lucianlature
Licensed under the MIT license.