@alessiofrittoli/http-server-status
v0.1.0
Published
HTTP Server Status TypeScript enumerators and default messages
Readme
HTTP Server Status 📣
Version 0.1.0
HTTP Server Status TypeScript enumerators and default messages
Table of Contents
Getting started (customize based on your project needs)
Run the following command to start using http-server-status
in your projects:
npm i @alessiofrittoli/http-server-status
or using pnpm
pnpm i @alessiofrittoli/http-server-status
API reference coming soon
Development
Install depenendencies
npm install
or using pnpm
pnpm i
Build your source code
Run the following command to build code for distribution.
pnpm build
ESLint
warnings / errors check.
pnpm lint
Jest
Run all the defined test suites by running the following:
# Run tests and watch file changes.
pnpm test
# Run tests in a CI environment.
pnpm test:ci
You can eventually run specific suits like so:
pnpm test:jest
pnpm test:statuses
Contributing
Contributions are truly welcome!
Please refer to the Contributing Doc for more information on how to start contributing to this project.
Security
If you believe you have found a security vulnerability, we encourage you to responsibly disclose this and NOT open a public issue. We will investigate all legitimate reports. Email [email protected]
to disclose any security vulnerabilities.