0.0.3 • Published 10 years ago

dialekt-js v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

Dialekt for JavaScript

Build Status Test Coverage SemVer

Dialekt is a very simple language for representing boolean expressions of the form often used by search engines.

This is a JavaScript port of the original PHP package.

To use

  • npm install dialekt-js --save or
  • git clone
  • npm install
  • npm run build (generates js)
  • npm link or use files in lib/
  • npm link dialekt-js (in from dependant project)

Contribute

  • fork then clone
  • npm install
  • modify .coffee
  • mocha (for coverage: mocha --reporter html-cov > coverage.html)
  • npm run build (generates js)

Generate Docs

  • clone
  • npm install
  • grunt codo (generates docs/)
  • grunt gh-pages (commits new docs to gh-pages branch pushes them to upstream)