1.4.8 • Published 3 years ago

@pie-ui/passage v1.4.8

Weekly downloads
158
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
1.4.8

3 years ago

1.4.8-next.7

3 years ago

1.3.10-next.318

3 years ago

1.4.7

3 years ago

1.4.6

3 years ago

1.3.10-next.283

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.10-next.278

3 years ago

1.3.9

4 years ago

1.3.9-next.8

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.1

4 years ago

1.3.1-next.47

4 years ago

1.3.0

4 years ago

1.2.8-next.620

4 years ago

1.2.8

4 years ago

1.2.8-next.615

4 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.5-next.13

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.1.2-next.84

5 years ago

1.2.2

5 years ago

1.1.2-next.82

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2-next.77

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1-next.830

5 years ago