Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/informatix8/tree-bios
https://github.com/informatix8/tree-bios
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatix8/tree-bios
- Owner: informatix8
- Created: 2021-01-11T15:50:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T16:07:31.000Z (about 4 years ago)
- Last Synced: 2024-11-10T22:45:25.739Z (3 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 .