Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
/ ety-js Public archive

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

License

Notifications You must be signed in to change notification settings

jmsv/ety-js

Repository files navigation

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

Releases

No releases published

Packages

No packages published