https://github.com/jaid/entity-serves
Backend for entity.works, a Dead by Daylight wiki.
https://github.com/jaid/entity-serves
backend cli dead-by-daylight entity-works wiki
Last synced: about 1 year ago
JSON representation
Backend for entity.works, a Dead by Daylight wiki.
- Host: GitHub
- URL: https://github.com/jaid/entity-serves
- Owner: Jaid
- License: mit
- Created: 2019-12-31T15:25:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T18:17:00.000Z (over 3 years ago)
- Last Synced: 2025-04-23T08:54:26.338Z (about 1 year ago)
- Topics: backend, cli, dead-by-daylight, entity-works, wiki
- Language: JavaScript
- Homepage: https://github.com/Jaid/entity-serves
- Size: 2.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# EntityServes
**Backend for entity.works, a Dead by Daylight wiki.**
## Installation
```bash
npm install --global entity-serves@^3.11.0
```
```bash
yarn global add entity-serves@^3.11.0
```
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))
```bash
npm install --global @jaid/entity-serves@^3.11.0
```
## CLI Usage
After installing package `entity-serves` globally, you can use its command line interface.
```bash
entity-serves
```
For usage instructions:
```bash
entity-serves --help
```
## Development
Setting up:
```bash
git clone git@github.com:jaid/entity-serves.git
cd entity-serves
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```
## License
[MIT License](https://raw.githubusercontent.com/jaid/entity-serves/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)