Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```