Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.3 KB

File metadata and controls

50 lines (32 loc) · 1.3 KB

Javascript

Collection of packages or configurations used to help us programming in Javascript

This is a monorepository, subprojects are in packages directory.

Packages

Available packages:

For developers

Installation

Just clone repository:

git clone https://github.com/eove/javascript.git

Then bootstrap with lerna:

npm install
npm run bootstrap

Publishing

Packges are published on:

Use the following command to publish to npmjs.org:

npx lerna publish <version>

Then publish packages to github.com with:

npx lerna publish from-package --registry https://npm.pkg.github.com