https://github.com/hyper63/x
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyper63/x
- Owner: hyper63
- Created: 2020-12-23T14:40:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T14:29:00.000Z (about 5 years ago)
- Last Synced: 2025-01-13T05:41:35.074Z (about 1 year ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @hyper63/x
Local instance of hyper63
```
npx @hyper63/x
```
> This command will store your data in `$HOME/.hyper63`
## Install globally
If you don't want to run the npm install everytime you start your service
You can install the package globally:
```
npm install -g @hyper63/x
npx @hyper63/x
```
## Customize
If you prefer to store your data in another location:
```
DATA_PATH=./data npx @hyper63/x
```
## More information
[hyper63](https://github.com/hyper63/hyper63)