Node module to find the etymological origins of a word (based on jmsv/ety-python)
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
To install dev dependencies:
yarn install --devYarn/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