Skip to content

Jaid/entity-serves

Repository files navigation

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

npm install --global entity-serves@^3.11.0

entity-serves on Yarn

yarn global add entity-serves@^3.11.0

@jaid/entity-serves on GitHub Packages
(if configured properly)

npm install --global @jaid/entity-serves@^3.11.0

CLI Usage

After installing package entity-serves globally, you can use its command line interface.

entity-serves

For usage instructions:

entity-serves --help

Development

Setting up:

git clone [email protected]:jaid/entity-serves.git
cd entity-serves
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License
Copyright © 2020, Jaid <[email protected]> (https://github.com/jaid)