Skip to content

lukethacoder/lsd-aus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

There is 4 npm packages in this repository:

Development

This is a Lerna-powered monorepo.

If you want to edit, for example, tslint-config and try it on your project:

git clone git@github.com:lukethacoder/lsd-aus
cd packages/tslint-config
yarn install
yarn link

In your project do:

cd my-project
yarn link "@lsd-aus/tslint-config"

Publishing

You can either decide to bump all 4 packages by running:

yarn pub

or if you just want to publish a single package (tslint-config for example):

yarn pub --scope="@lsd-aus/tslint-config"