1.0.8 • Published 6 years ago

blitzify v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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

Author

Paul Spears @dpsthree

Oasis Digital Solutions

Angular Boot Camp

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago