https://github.com/informatix8/access-tree
https://github.com/informatix8/access-tree
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatix8/access-tree
- Owner: informatix8
- Created: 2021-01-11T15:51:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T21:29:31.000Z (over 5 years ago)
- Last Synced: 2025-03-01T11:25:35.065Z (over 1 year ago)
- Language: SCSS
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Access Tree
Accessible tree
## Features
- Keyboard support
## 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 .