Skip to content

FromZeroDev/jspkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

you need to login with npm:

npm login

Run commands

Every command needs to run on a scoped package. This is achived with the flag --workspace/-w.

Adding a dependency

npm add -w @dyssolsoft/<package> <dependency>

Note that all packages in this repository should be scoped to dyssolsoft.

Publish a package

In the future there should be a command on every package to publish themself.

Example loggerjs package should execute tsc -d before publishing.

But right we don't have this mechanism.

To bump a package version use npm version -w @dyssolsoft/<package> <patch/minor/major>

To publish a package use npm publish --access public -w @dyssolsoft/<package> <patch/minor/major>

Update dependency on other repository

Go to the repo you want to update the dependency.

Update your npm cache to avoid false up-to-date

npm info @dyssolsoft/<package>

Update dependency in repository

npm update @dyssolsoft/<package>

About

Repository containing all of our own javascript libraries we will use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors