Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# EntityServes

License Sponsor entity-serves
Build status Commits since v3.11.0 Last commit Issues
Latest version on npm Dependents Downloads

**Backend for entity.works, a Dead by Daylight wiki.**

## Installation

entity-serves on npm

```bash
npm install --global entity-serves@^3.11.0
```

entity-serves on Yarn

```bash
yarn global add entity-serves@^3.11.0
```

@jaid/entity-serves on GitHub Packages
(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)