An open API service indexing awesome lists of open source software.

https://github.com/electron/electron-api-historian

Find the birthday of every Electron API
https://github.com/electron/electron-api-historian

Last synced: 9 months ago
JSON representation

Find the birthday of every Electron API

Awesome Lists containing this project

README

          

# electron-api-historian

[![CI](https://github.com/electron/electron-api-historian/actions/workflows/push.yml/badge.svg)](https://github.com/electron/electron-api-historian/actions/workflows/push.yml)

Find the birthday of every Electron API

## Installation

```sh
npm install electron-api-historian --save
```

## Tests

```sh
yarn install
yarn test
```

## Dependencies

None

## Dev Dependencies

- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [dugite](https://github.com/desktop/dugite): Elegant bindings for Git
- [lodash](https://github.com/lodash/lodash): Lodash modular utilities.
- [make-promises-safe](https://github.com/mcollina/make-promises-safe): Crash or abort if you get an unhandledRejection
- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework
- [semver](https://github.com/semver/semver): The semantic version parser used by npm.
- [standard](https://github.com/standard/standard): JavaScript Standard Style
- [standard-markdown](https://github.com/zeke/standard-markdown): Test your Markdown files for Standard JavaScript Style™

## License

MIT