Dialekt is a very simple language for representing boolean expressions of the form often used by search engines.
- Read the API documentation
- Try the online demo
This is a JavaScript port of the original PHP package.
- 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)
- fork then clone
- npm install
- modify .coffee
- mocha (for coverage: mocha --reporter html-cov > coverage.html)
- npm run build (generates js)
- clone
- npm install
- grunt codo (generates docs/)
- grunt gh-pages (commits new docs to gh-pages branch pushes them to upstream)