Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 952 Bytes

File metadata and controls

57 lines (36 loc) · 952 Bytes

Propel

Documentation

A set of packages to create clients and services quickly with a standard way of wiring up dependencies and endpoints.

Getting Started

To get started, run the following commands:

npm ci

This will install all of the dependencies for the project.

The package.json scripts section contains a number of commands that can be run to perform various tasks. The most common tasks are:

npm run build

This will build the project.

npm run test

This will run the unit tests.

npm run lint

This will run the linter.

Publishing

To publish a new version of the package, run the following commands:

npm run version

This will bump the version numbers and create a new commit and tag.

npm run publish

This will publish the packages to npm.

Special Thanks