create-ak-simple-app
TypeScript icon, indicating that this package has built-in type declarations

1.0.20 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-ak-simple-app

Weekly Downloads

2

Version

1.0.20

License

ISC

Unpacked Size

51.1 kB

Total Files

20

Last publish

Collaborators

  • kolusamkhan