Skip to content

Commit

Permalink
πŸ“– Initial readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Oct 8, 2024
1 parent 1eed8da commit 29acc2f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# zenodo-utils

[![zenodo-utils on npm](https://img.shields.io/npm/v/zenodo-utils.svg)](https://www.npmjs.com/package/zenodo-utils)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/curvenote/zenodo-utils/blob/main/LICENSE)
![CI](https://github.com/curvenote/zenodo-utils/workflows/CI/badge.svg)

Utilities to submit information to [Zenodo](https://zenodo.org) in your application. Works with MyST Frontmatter for a single way to define your publishing information for packages and have bulk uploads and deposits for long-term archiving.

```shell
npm install zenodo-utils
```

## Command Line

The library installs a command line interface (CLI) which allows for deposit and upload of content to Zenodo.

---

<p style="text-align: center; color: #aaa; padding-top: 50px">
Made with love by
<a href="https://curvenote.com" target="_blank" style="color: #aaa">
<img src="https://cdn.curvenote.com/brand/logo-blue-icon.png" style="height: 1em" /> Curvenote
</a>
</p>

0 comments on commit 29acc2f

Please sign in to comment.