0.0.5 • Published 2 years ago

@ngeor/generator-python-kamino v0.0.5

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

generator-python-kamino

Create a Python project for the kamino repo

CI

Installation

First, install Yeoman (we assume you have pre-installed node.js).

npm install -g yo

Link the generator with:

npm link

Use the generator with:

yo @ngeor/python-kamino

Uninstall with:

npm rm --global @ngeor/generator-python-kamino

Release

  • Make sure you're on default branch and no pending changes exist
  • Bump version with npm version --no-git-tag-version patch
  • Generate changelog with git-cliff --include-path 'generator-python-kamino/*' -r .. -o CHANGELOG.md -t 0.0.1
  • Commit with a message like "chore(release): prepare for release 0.0.1"
  • Tag git tag -a -m "Releasing version 0.0.1" generator-python-kamino/0.0.1

License

MIT © Nikolaos Georgiou

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago