Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/jslintnode.js
Run your javascript files through the JSLint tool from the comfort of your command prompt.
https://github.com/honza/jslintnode.js
Last synced: about 6 hours ago
JSON representation
Run your javascript files through the JSLint tool from the comfort of your command prompt.
- Host: GitHub
- URL: https://github.com/honza/jslintnode.js
- Owner: honza
- License: other
- Created: 2011-04-04T13:41:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-24T01:33:16.000Z (over 13 years ago)
- Last Synced: 2024-04-16T01:44:54.958Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSLintNode.js
=============Run your javascript files through the [JSLint][jslint] tool from the comfort of your
command prompt.The file contains the original, unmodified `fulljslint.js` written by
Douglas Crockford. The revision used is the following SHA1:8d035d3c1f9499e13c1246cdbc67910860641281 (Mar 31 2011)
The repository is hosted on [Github][jslintrepo].
The node.js specific code is found at the bottom of the file. This utility
takes a single argument - the file you wish to scan.$ jslintnode.js yourfile.js
This utility simply reads the file (if found) and prints out the errors it
encounters. It prints nothing if your file is OK.You can install this utility by symlinking this file to `/usr/bin` or similar.
### Dependencies
The only dependency is [Node.js][node].
JSLintNode.js is licensed under the terms of the BSD license.
[jslint]: http://www.jslint.com
[jslintrepo]: http://github.com/douglascrockford/JSLint
[node]: http://nodejs.org