Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qri-io/qri-js
https://github.com/qri-io/qri-js
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qri-io/qri-js
- Owner: qri-io
- Created: 2020-10-30T16:13:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T21:29:13.000Z (almost 4 years ago)
- Last Synced: 2024-04-25T00:19:21.224Z (7 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qri-js
A monorepo of javascript packages useful in the qri dataset version control ecosystem.
## Packages
**qriswitch** - A CLI tool for quickly switching qri profiles. (Tells qri to use a different `.qri` directory by setting environment variables)
**qri-node** - Nascent nodejs bindings for qri CLI. Lets you do things like `qri.save()`, `qri.push()`, etc.
## Publishing
This monorepo uses `lerna`, run `lerna publish` after committing changes, and you'll see a prompt for incrementing versions for each package.