@weblogapp/weblogapp-common
v0.0.22
Published
A TypeScript package, with common features used in the [weblogapp](https://github.com/guligon90/node-challenge) project.
Downloads
22
Maintainers
Readme
weblogapp-common
A TypeScript package, with common features used in the weblogapp project.
Installation
npm install @weblogapp/weblogapp-common
Development
You must have already installed and configured in your workspace:
For local development, you must install the local dependencies, running the command:
yarn install
Scripts
The building, cleaning and publishing features of this package are implemented in the package.json
, via the following scripts:
Build
Generates the Javascript code via TypeScript compileer tsc
:
yarn build
Clean
Removes the build output:
yarn clean
Publish
Publishes the package codebase to the to NPM Registry, given the appopriate credentials.
yarn pub
The result of the publishing script can be inspected in the respective npmjs page.
Other scripts related to development quality assurance can also be checked via Yarn.