1.0.20 • Published 2 years ago

create-ak-simple-app v1.0.20

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

create-simple-app

Best practices in publishing a npm package are

  1. Safety Checks: git pull git status npm ci npm test
  2. Prepare the Release: npm run build

  3. Update the Changelog

  4. Update the Version Number: npm version (includes commit, and git tag as well) Or by hand: Update version in package.json & package-lock.json git commit -am '2.0.0' git tag v2.0.0

  5. Publish to npm: npm publish
  6. Publish to Git: git push git push --tags

1.0.20

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.5

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.15

2 years ago

1.1.0

2 years ago

1.0.13

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago