Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computemachines/inventorius-frontend
Inventory management system for makers and hobbyists.
https://github.com/computemachines/inventorius-frontend
erp inventory-management reactjs server-side-rendering
Last synced: about 1 month ago
JSON representation
Inventory management system for makers and hobbyists.
- Host: GitHub
- URL: https://github.com/computemachines/inventorius-frontend
- Owner: computemachines
- Created: 2021-05-13T22:45:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T00:41:18.000Z (about 2 years ago)
- Last Synced: 2023-08-16T02:54:43.220Z (over 1 year ago)
- Topics: erp, inventory-management, reactjs, server-side-rendering
- Language: TypeScript
- Homepage: https://inventori.us
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventorius Frontend
An inventory management system for hobbyists and makers. This is the component that renders and serves the web app. Server-side and client-side api fetches are served by [inventorius-api].# Reminder
Modified from [https://github.com/lob/generate-changelog#usage]
## Generate-Changelog UsageTo use this module, your commit messages have to be in this format:
```
type(category): description [flags]
```Where `type` is one of the following:
* `breaking`
* `build`
* `ci`
* `chore`
* `docs`
* `feat`
* `fix`
* `other`
* `perf`
* `refactor`
* `revert`
* `style`
* `test`Where `flags` is an optional comma-separated list of one or more of the following (must be surrounded in square brackets):
* `breaking`: alters `type` to be a breaking change
And `category` can be anything of your choice. If you use a type not found in the list (but it still follows the same format of the message), it'll be grouped under `other`.
## Version locations
* package.json
* DEBIAN/control
* `git tag v0.3.2`