2.1.15 • Published 1 year ago

@dramaorg/odit-dolorem v2.1.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

example workflow

Various frontend utils and polyfills

This libs are using npm workspaces to achieve mono-repo multi-packages

Workspaces

//: <> (package-list-placeholder-do-not-remove)

Install

pnpm i --frozen-lockfile

Add new package

pnpm run generate -- "<name-of-package>"

Dependencies & devDependencies are installed into your new package with

cd  packages/<target>
pnpm add some-package
cd -

To in make internal dependencies, go to target package and do:

cd packages/<target>
pnpm add --workspace <name-of-package>
cd -

Test & Build

From root run

pnpm run test
pnpm run build

These commands will test and build all the packages respectively

Versioning

The pnpm-script ws:version:set:all will ensure all packages are updated with same strategy, and git tagging is done right

pnpm run ws:version:set:all <strategy: major|minor|patch....>

Changing version to a single workspace package, simply enter the package and do

cd packages/<target>
pnpm version <strategy: major|minor|patch....>
../../scripts/ws-scripts.sh gitCommitTagPush
cd -

Publish

pnpm run build
cd packages/<target>
pnpm publish
cd -

or

pnpm run build
pnpm -r publish --access=public
2.1.15

1 year ago

2.1.14

1 year ago

2.1.13

1 year ago

2.1.12

1 year ago

2.1.11

1 year ago

2.1.10

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago