Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T18:17:00.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T03:36:00.935Z (about 1 month 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: 3
- 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 [email protected]: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)