A command line utility to manage Wiki content and preview content locally.
- NodeJS 16.10 or higher with corepack enabled by running
corepack enable
.
yarn add @iota-wiki/cli
To display available commands, run the following command:
yarn iota-wiki --help
- Ensure git commit signing is properly setup.
- Change the package version according semantic versioning.
- Commit the version bump with
git commit -m "Bump version to [VERSION]"
. - Tag the commit with
git tag -a cli-[VERSION] -m "[VERSION]"
. - Push the commit including the tag with
git push --follow-tags
. - Create a GitHub release using the tag above.