ebabel-idodeprecated

Returns a a string that commemorates how many days since Ido died.

Usage no npm install needed!

<script type="module">
  import ebabelIdo from 'https://cdn.skypack.dev/ebabel-ido';
</script>

README

ebabel-ido

Build Status

Commemorate my cat who died on 10th July 2014 at 9:45am. Ido, I miss you so much. This module returns the number of days since Ido left us.

Module install and usage in your game

Install

npm install --save ebabel-ido

Usage

const Ido = require('ebabel-ido');

const result = Ido();

Development of this module

Fork this repository on Github, git clone your repository, checkout the develop branch, and when you are done, submit a pull request from your repository develop branch to this repository develop branch.

  • fork this repository on github.com
  • git clone your forked repository.
  • git checkout develop

First step when developing

npm install

Run linting and unit tests

npm test

An html coverage report is to be found in the coverage folder.

Generate documentation

npm run jsdoc

The generated documentation is to be found in the docs folder.