https://github.com/informatix8/tree-bios
https://github.com/informatix8/tree-bios
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatix8/tree-bios
- Owner: informatix8
- Created: 2021-01-11T15:50:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T16:07:31.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T12:18:20.008Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tree BIOS
Tree Model and Services
A model handling state, fetching and inspire tree
## Features
- Result fetching
- Customizable services which can be overridden
## Usage
### Install
```shell
npm install
```
## Development
```shell
npm run dev
```
## Build
```shell
npm run build
```
## Release
```shell
npm run build
git tag -a vX.Y.Z
git push origin master
git push origin --tags
npm publish --access=public .