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

https://github.com/digitalinteraction/deconf-shared

Shared code between deconf-ui-toolkit and deconf-api-toolkit
https://github.com/digitalinteraction/deconf-shared

Last synced: 5 months ago
JSON representation

Shared code between deconf-ui-toolkit and deconf-api-toolkit

Awesome Lists containing this project

README

          

# toolkit-shared

This repo is for shared code between deconf-ui-toolkit and deconf-api-toolkit.
Namely [types.ts](/src/types.ts)

> WIP

**publish**

- Add a new version at the top of CHANGELOG.md
- Make sure everything is committed
- `npm version minor | major | patch`
- `npm publish --access=public`

---

> This project was set up by [puggle](https://npm.im/puggle)