2.2.28 • Published 5 years ago
@pie-ui/ruler v2.2.28
pie-ui
The pie custom elements only.
install
yarn global add lerna
yarn install # install root package and child packagesdevelop
- the packages use
independentversioning, 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
| Action | Cmd | Notes |
|---|---|---|
| test | npm test | |
| lint | npm run lint | |
| build | npm run build | |
| release | npm run release | |
| release next | npm run release:next | Will release a new version tagged as next |
| watch | scripts/watch --scope $package-name | This can be useful when you have a package linked elsewhere and what your changes in src to be picked up |
| demo | scripts/demo --scope $package-name | Will start the demo webapp targeting the scoped package |
| build demo | npm run build:demo | Builds a static version of the demo site |
| deploy demo | npm run deploy:demo | Deploys static site to pie-ui.now.sh |
| deploy demo dev | npm run deploy:demo:next | Deploys 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/calculatorrunning 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
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
5 years ago
2.2.28
5 years ago
2.2.27
5 years ago
2.2.26
5 years ago
2.2.23
6 years ago
2.2.23-next.8
6 years ago
2.2.22
6 years ago
2.2.21
6 years ago
2.2.20
6 years ago
2.2.19
6 years ago
2.2.17
6 years ago
2.2.18
6 years ago
2.2.15
6 years ago
2.2.16
6 years ago
2.2.14
6 years ago
2.2.11
6 years ago
2.2.12
6 years ago
2.2.11-next.354
6 years ago
2.2.10
6 years ago
2.2.10-next.573
6 years ago
2.2.9
7 years ago
2.2.8
7 years ago
2.2.8-next.28
7 years ago
2.2.7
7 years ago
2.2.6-next.1
7 years ago
2.2.6
7 years ago
2.2.5
7 years ago
2.2.4
7 years ago
2.2.3
7 years ago
2.2.3-next.21
7 years ago
2.2.3-next.2
7 years ago
2.2.3-next.0
7 years ago
2.2.2
7 years ago
2.2.2-next.64
7 years ago
2.2.2-next.23
7 years ago
2.2.1
7 years ago
2.1.0
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago