feat: add local OneNote and ONEPKG reader
This commit is contained in:
17
SOURCE.md
Normal file
17
SOURCE.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Corresponding source
|
||||
|
||||
The corresponding source for OneNote Tools 0.1.0 is the `v0.1.0` tag:
|
||||
|
||||
https://git.add-ideas.de/zemion/onenote-tools/src/tag/v0.1.0
|
||||
|
||||
Build the release from that tag with Node.js 22 or newer:
|
||||
|
||||
```sh
|
||||
npm ci
|
||||
npm run release:artifact
|
||||
```
|
||||
|
||||
The committed lockfile fixes the npm dependency graph. Exact reference
|
||||
implementation revisions and the source-to-TypeScript mapping are recorded in
|
||||
`docs/REFERENCE_IMPLEMENTATIONS.md` and `docs/PORTING.md`. Third-party terms
|
||||
are reproduced in `LICENSES/` and summarized in `THIRD_PARTY_NOTICES.md`.
|
||||
Reference in New Issue
Block a user