/ety-js

WIP: Node module to find the etymological origins of a word (based on https://github.com/jmsv/ety-python)

Primary LanguageJavaScriptMIT LicenseMIT

UNDER DEVELOPMENT - NOT YET USABLE


ety-js

Node module to find the etymological origins of a word (based on jmsv/ety-python)

JavaScript Style Guide Build Status Greenkeeper badge install size

At the moment this repo is just for getting a node module up and running. This will use:

  • Node - JS engine
  • Rollup - bundler
  • Babel - translation to more compatible JS from ES6+
  • Yarn - dependency management / scripts
  • StandardJS - code style
  • Mocha - unit tests

Development

To install dev dependencies:

yarn install --dev

Yarn/npm scripts listed in package.json include: lint to run standard style checks, test to run unit tests, build to build to the dist directory, and dev to build and watch for file changes