nemar-cli 0.8.48-dev.1321 → 0.8.48-dev.1329
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/index.js +157 -153
- package/package.json +4 -5
- package/scripts/postinstall-check.mjs +45 -0
package/README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# NEMAR CLI
|
|
2
2
|
|
|
3
3
|
[](https://creativecommons.org/licenses/by-nc-nd/4.0/)
|
|
4
|
-
[](https://docs.nemar.org)
|
|
5
5
|
[](https://github.com/nemarOrg/nemar-cli/actions/workflows/test.yml)
|
|
6
6
|
|
|
7
7
|
Command-line interface for [NEMAR](https://nemar.org) (Neuroelectromagnetic Data Archive and Tools Resource) dataset management.
|
|
8
8
|
|
|
9
|
-
**[Documentation](https://nemar
|
|
9
|
+
**[Documentation](https://docs.nemar.org)** | [Quick Start](https://docs.nemar.org/cli/getting-started/quickstart/) | [Commands](https://docs.nemar.org/cli/commands/)
|
|
10
|
+
|
|
11
|
+
> Documentation now lives in its own repository, [nemarOrg/docs](https://github.com/nemarOrg/docs) (Astro Starlight), and is published at [docs.nemar.org](https://docs.nemar.org).
|
|
10
12
|
|
|
11
13
|
## Features
|
|
12
14
|
|
|
@@ -435,7 +437,7 @@ RUN_ZENODO_TESTS=true TEST_DATASET_ID=nm099999 bun test test/zenodo-sandbox.test
|
|
|
435
437
|
- Deposition lifecycle (create → upload → publish)
|
|
436
438
|
- File uploads with checksum verification
|
|
437
439
|
|
|
438
|
-
See [
|
|
440
|
+
See [the Zenodo testing guide](https://docs.nemar.org/develop/zenodo-testing/) for a comprehensive walkthrough.
|
|
439
441
|
|
|
440
442
|
## Environment Variables
|
|
441
443
|
|