Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickfrosty/zumo
Utility helpers for creating markdown based sites, with a focus on Next.JS
https://github.com/nickfrosty/zumo
Last synced: 12 days ago
JSON representation
Utility helpers for creating markdown based sites, with a focus on Next.JS
- Host: GitHub
- URL: https://github.com/nickfrosty/zumo
- Owner: nickfrosty
- Created: 2022-10-01T19:45:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T07:58:07.000Z (over 1 year ago)
- Last Synced: 2024-12-08T06:48:13.797Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/zumo
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zumo
> NOTE: This repo will be treated with a `beta` status until v1.0.0
Utility helpers for creating markdown based sites, with a focus on Next.JS
## Publishing New Package Versions
After changes are made, create a `changeset` via:
```bash
yarn changeset
```When ready to publish a new version of all the modified packages:
```bash
yarn release
```