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
- Host: GitHub
- URL: https://github.com/digitalinteraction/deconf-shared
- Owner: digitalinteraction
- License: mit
- Created: 2021-02-09T17:59:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:15:45.000Z (over 1 year ago)
- Last Synced: 2025-10-08T11:19:12.988Z (9 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@openlab/deconf-shared
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)