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
- Host: GitHub
- URL: https://github.com/electron/electron-api-historian
- Owner: electron
- License: mit
- Archived: true
- Created: 2017-12-15T16:13:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T20:22:26.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:00:40.249Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 426 KB
- Stars: 10
- Watchers: 9
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# electron-api-historian
[](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