Find the birthday of every Electron API
Перейти к файлу
electron-bot 5c20895ba1 feat: update history (electron@eb3262cd87f1602cea651f89166b0da0f2ee6e14) 2022-09-22 09:10:16 +00:00
.github build(deps): bump actions/setup-node from 2.4.1 to 3 (#56) 2022-03-03 16:13:33 -08:00
electron@8c3c0f0b50 feat: update history (electron@eb3262cd87f1602cea651f89166b0da0f2ee6e14) 2022-09-22 09:10:16 +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@eb3262cd87f1602cea651f89166b0da0f2ee6e14) 2022-09-22 09:10:16 +00:00
package-lock.json build(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#53) 2022-02-08 00:02:57 -06:00
package.json build(deps-dev): bump semantic-release from 15.13.15 to 17.2.3 (#24) 2022-02-07 14:21:26 -06: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