0.0.22 • Published 4 years ago
@weblogapp/weblogapp-common v0.0.22
weblogapp-common
A TypeScript package, with common features used in the weblogapp project.
Installation
npm install @weblogapp/weblogapp-commonDevelopment
You must have already installed and configured in your workspace:
For local development, you must install the local dependencies, running the command:
yarn installScripts
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 buildClean
Removes the build output:
yarn cleanPublish
Publishes the package codebase to the to NPM Registry, given the appopriate credentials.
yarn pubThe 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.