@weblogapp/weblogapp-common
TypeScript icon, indicating that this package has built-in type declarations

0.0.22 • Public • Published

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.

Package Sidebar

Install

npm i @weblogapp/weblogapp-common

Weekly Downloads

0

Version

0.0.22

License

ISC

Unpacked Size

34.5 kB

Total Files

67

Last publish

Collaborators

  • guligon