0.4.5 • Published 3 years ago

@selvklart/klart-standard v0.4.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@selvklart/klart-standard

Developing

Yalc

For developing locally with npm package use Yalc

You need Yalc installed locally on your computer: yarn global add yalc

Run yalc publish --private in your dependency package to create a tarball.

Run yarn build:pack when you have added changes to the package you want to test.

Add "@selvklart/klart-standard": "0.1.0" in dependencies in package.json file. In your dependent project run yalc link @selvklart/klart-standard.

Add .yalc and yalc.lock to your .gitignore folder.

Deploy to npm

  1. Use develop branch for development!
  2. IMPORTANT! Link the package to the app with Yalc and test the application that is using this package with dev server and a build server to make shure nothing breaks!
  3. Commit changes and push to github
  4. Set head to local main branch
  5. Merge remote develop branch into local main branch
  6. Commit and push main branch to github
  7. Publish to npm (yarn publish)! and bump version number by one (e.g.: 0.1.0 -> 0.1.1)
0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago