2.0.20 β€’ Published 3 months ago

@opentripplanner/printable-itinerary v2.0.20

Weekly downloads
15
License
MIT
Repository
github
Last release
3 months ago

OTP-UI React Component Library

Description

React component library, which can be used to build trip planner webapps.

See:

Getting Started

 git checkout https://github.com/opentripplanner/otp-ui.git
 yarn install
 yarn dev # (opens storybook to running component library on localhost:5555)

Stack

A Monorepo with multiple packages and a shared build, test, and release process.

  • πŸ‰ Lerna β€Š- The Monorepo manager
  • πŸ“¦ Yarn Workspacesβ€Š - β€ŠSane multi-package management
  • πŸš€ Reactβ€Š - β€ŠJavaScript library for user interfaces
  • πŸ’… styled-componentsβ€Š -β€Š CSS in JS elegance
  • πŸ›  Babelβ€Š - β€ŠCompiles next-gen JavaScript
  • πŸ“– Storybook - UI Component Environment
  • πŸƒ Jestβ€Š -β€Š Unit/Snapshot Testing

Usage

  • yarn dev - This starts Storybook for viewing all the components locally.
  • yarn bootstrap - This installs all of the packages and links dependent packages together.
  • yarn preppublish - This babelfies all of the packages and creates /lib folders for each one.
  • yarn unit - Run jest unit tests.
  • yarn coverage - Shows jest unit coverage.
  • npx lerna changed - Show which packages have changed.
  • npx lerna diff - Show specifically what files have cause the packages to change.
  • npx lerna create <packageName> - Creates new package and walks through setting up package.json

Lerna Publish to NPM

Some commands you might need to execute for lerna to publish to npm:

 npm whoami
 npm login
 npm config set access public
 npx lerna changed
 npx lerna publish  # option 1: default publish
 npx lerna publish 0.0.x --force-publish=*  # option 2: publish all components to version X
 yarn deploy-storybook
2.0.21-alpha.1

3 months ago

2.0.20

3 months ago

2.0.19

4 months ago

2.0.18

4 months ago

2.0.18-alpha.1

4 months ago

2.0.17

5 months ago

2.0.17-alpha.1

5 months ago

2.0.13-alpha.1

8 months ago

2.0.11-alpha.1

10 months ago

2.0.15-alpha.1

8 months ago

2.0.15

6 months ago

2.0.16

6 months ago

2.0.13

8 months ago

2.0.14

8 months ago

2.0.11

10 months ago

2.0.12

9 months ago

2.0.16-alpha.1

6 months ago

2.0.12-alpha.1

10 months ago

2.0.10-alpha.3

11 months ago

2.0.10-alpha.4

11 months ago

2.0.10

11 months ago

2.0.10-alpha.1

12 months ago

2.0.10-alpha.2

11 months ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.3.1

3 years ago

1.3.1-alpha.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.1-alpha.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.1

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago