Find the birthday of every Electron API
Перейти к файлу
electron-bot 621fd81277 feat: update history (electron@63908ccf89ff8a3f06eee8335675750c12497b86) 2022-01-28 09:08:07 +00:00
.github build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#48) 2021-11-15 10:52:28 -06:00
electron@86f8faea6b feat: update history (electron@63908ccf89ff8a3f06eee8335675750c12497b86) 2022-01-28 09:08:07 +00:00
script chore: switch to main branch for e/e (#34) 2021-06-02 12:21:44 -07:00
test tests are working 2017-12-15 08:28:37 -08:00
.gitignore Work with all md file in electron/docs (#2) 2018-02-06 07:31:21 -06:00
.gitmodules kick it off 2017-12-15 08:13:43 -08:00
LICENSE Create LICENSE 2018-02-12 09:38:52 -08:00
index.json feat: update history (electron@63908ccf89ff8a3f06eee8335675750c12497b86) 2022-01-28 09:08:07 +00:00
package-lock.json build(deps): bump tar from 4.4.8 to 4.4.15 (#40) 2021-08-09 13:04:31 -05:00
package.json Update semantic-release 2019-06-05 19:19:43 -07:00
readme.md tests are working 2017-12-15 08:28:37 -08:00

readme.md

electron-api-historian

Find the birthday of every Electron API

Installation

npm install electron-api-historian --save

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

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

License

MIT