2.2.28 • Published 3 years ago

@pie-ui/ruler v2.2.28

Weekly downloads
67
License
ISC
Repository
github
Last release
3 years ago

pie-ui

CircleCI

The pie custom elements only.

install

yarn global add lerna
yarn install # install root package and child packages

develop

  • the packages use independent versioning, meaning that a change in 1 package won't bump another package's version.
  • use conventional commits syntax when commiting, lerna will detect the appropriate version bump.

Commands

ActionCmdNotes
testnpm test
lintnpm run lint
buildnpm run build
releasenpm run release
release nextnpm run release:nextWill release a new version tagged as next
watchscripts/watch --scope $package-nameThis can be useful when you have a package linked elsewhere and what your changes in src to be picked up
demoscripts/demo --scope $package-nameWill start the demo webapp targeting the scoped package
build demonpm run build:demoBuilds a static version of the demo site
deploy demonpm run deploy:demoDeploys static site to pie-ui.now.sh
deploy demo devnpm run deploy:demo:nextDeploys static site to pie-ui-next.now.sh

test single packages

To test an individual package you can do:

```bash
./node_modules/.bin/jest packages/calculator

running in a browser

scripts/demo $package-name

release

Merging to master will create a new release and build the demo site.

release @next

Merging to develop will release @next versions and build the next demo site.

dependencies

  • lerna js for handling multiple packages in a mono repo
  • pie to test/build the pies

package development

  • use jest for testing - it is set up at the root of this repo.
  • file names - use kebab-case for filenames
2.2.28-next.7

3 years ago

2.2.28

3 years ago

2.2.27

3 years ago

2.2.26

3 years ago

2.2.23

4 years ago

2.2.23-next.8

4 years ago

2.2.22

4 years ago

2.2.21

4 years ago

2.2.20

4 years ago

2.2.19

4 years ago

2.2.17

4 years ago

2.2.18

4 years ago

2.2.15

4 years ago

2.2.16

4 years ago

2.2.14

4 years ago

2.2.11

4 years ago

2.2.12

4 years ago

2.2.11-next.354

4 years ago

2.2.10

5 years ago

2.2.10-next.573

5 years ago

2.2.9

5 years ago

2.2.8

5 years ago

2.2.8-next.28

5 years ago

2.2.7

5 years ago

2.2.6-next.1

5 years ago

2.2.6

5 years ago

2.2.5

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.3-next.21

5 years ago

2.2.3-next.2

5 years ago

2.2.3-next.0

5 years ago

2.2.2

5 years ago

2.2.2-next.64

5 years ago

2.2.2-next.23

5 years ago

2.2.1

5 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago