0.4.9 • Published 4 years ago

@tourepedia/input v0.4.9

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Tourepedia UI Components

Getting started

Clone the repo and initialize the stuff

git clone git@github.com:tourepedia/tp-ui.git
cd tp-ui
npm install
npm run prestart

Directory Structure

packages - contains all the packages

Scripts

npm start # start the development server (storybook)
npm run build # build the packages
npm run release # publish the updated packages to npm
npm run test # run test for all the packages
npm run test:watch # run the changes test in watch mode
npm run commit # to commit the changes
npm run www # development for www
npm run deploy # deploy the www to gh-pages

How to

Use lerna command

npx lerna

Execute a command for a specific package only

Use --scope from lerna

npm run test -- --scope=@tourepedia/button # to run the tests inside buton only
npm run build -- --scope=@tourepedia/button # to build the button package

Install a dependency for a package Use --scope from lerna with lerna add

npx lerna add @tourepedia/button --exact --scope=@tourepedia/button-group
0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago