Skip to content

Maur025/app-core-monorepo

Repository files navigation

PACKAGE MANAGER

This project currently uses pnpm as its package manager.

Use the following command to install dependencies:

pnpm install

BUILDING

To build the project, execute the following command:

pnpm build

RUN LINTER

To run linter, execute the following command:

pnpm lint

RUN VERSION MANAGER

CREATE CHANGE LOG

To run new changelog execute:

npx changeset

UPDATE VERSIONS

To update version execute:

npx changeset version

PUBLISH VERSIONS (Recomended)

To update version execute:

npx changeset publish

remember add new tag in git, with following command (if changeset hasn't created it):

git tag -a v0.0.0 -m 'upgrade to version 0.0.0'

push tag with following command:

git push origin tag

or to push all (recomended) use:

git push --follow-tags

MANUAL PUBLISH

Navigate to root lib or app to publish, should be logged. verify dist folder existence. execute following command:

pnpm build --tag latest

About

Mono-repository with code util, to reuse as library, include logs, model data, common utils and commands

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors