Skip to content

Quickly generate boilerplate files for your projects

License

Notifications You must be signed in to change notification settings

kamilmielnik/bojler

Repository files navigation

Bojler

Quickly generate boilerplate files for your projects.

This tool powers Bojler VSCode Extension.

Setup

Create template files in ~/.bojler. Examples: https://github.com/kamilmielnik/dev-settings/tree/master/.bojler

Installation

You can skip this step if you're using Bojler VSCode Extension.

npm install bojler -g

Usage

It is recommended to use Bojler VSCode Extension, but a CLI is also available.

# bojler <template-filename> <context-path> [parameters-json]
bojler react-component ./components '{"name": "MyComponent"}'