peregrine-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Peregrine JS

Peregrine JS serves as a package for common model, utilities, and interfaces that can be shared across Javascript projects.

Setting up a development environment

Dependencies

The Peregrine JS is a package written with TypeScript. There are a couple external dependencies required to run:

Javascript dependencies

Install javascript libraries that Peregrine depends on.

yarn install

Compiling changes

To compile and build the typescript, run:

yarn run build

To build whenver there are changes, run:

yarn run watch

Publishing a new version

Bump the version number

yarn version <version number

# If you just run yarn version, it will prompt you to enter a version number and tell you the current version
yarn version

Push the changes to GitHub

git push origin master

Publish the repo

yarn publish

Readme

Keywords

none

Package Sidebar

Install

npm i peregrine-js

Weekly Downloads

41

Version

1.0.11

License

ISC

Unpacked Size

103 kB

Total Files

32

Last publish

Collaborators

  • benrudolph