blitzify
v1.0.8
Published
Tooling to automate creation of stackblitz references
Downloads
6
Readme
Blitzify
Stackblitz link generator for tutorial based projects
Installation
npm install -g blitzify
Usage
blitzify -h
Repository setup
Blitzify was originally created to easily update a project's README.md file by inserting a collection of stackblitz links. By default Blitzify will attempt to locate the following text "----stackblitz list----" inside README.md. This marker is replaced by the generated link content. Please ensure that this marker is present before executing.
Blitzify works by reading tagged Git commits in a repository. Please make sure that the appropriate tags are in place before running Blitzify. By default Blitzify will look for tags with the following structure: Step-##_Description
. For example: Step-12_Lazy_loading_modules
Custom markers
If the repositories README.md file already contains a marker that should be used to indicate where the generated list should be placed, or "---stackblitz list---" is not a deseriable marker; it is possible to specify a custom marker using the -o command line argument.
blitzify -u namespace/repo -m customer-marker-text-goes-here
Custom prefixes
If the repository already contains existing tags or "Step-" is not a desirable prefix; it is possible to specify a custom prefix using the -p command line argument.
blitzify -u namespace/repo -p custom-prefix-text-goes-here
License
MIT