dialekt-js

0.0.3 • Public • Published

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)

Package Sidebar

Install

npm i dialekt-js

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • startswithaj