jh-response-object
v1.0.1
Published
A standard response object for express applications.
Downloads
4
Readme
Response Object
VSCODE SETUP
- Create folder in project root
- Create file
settings.json
with the following content:
{
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.formatOnSave": false,
"[typescript]": {
"editor.formatOnSave": true
}
}
LOCAL DEVELOPMENT
- Run command
npm link
in this project directory. - Run command
npm link @jh-tech/response-object
in the project directory where you want this package available.
PUBLISHING
Minor Update
Run command npm version major
Minor Update
Run command npm version minor
Patch Update
Run command npm version patch