# Buflib CLI

CLI tool to scaffold buflib components and buflib_docs stories with simple
commands.

It can also be configured to be used in other projects.

**buflib_cli requires Node v13 or higher.**

## Installation

```shell
npm i buflib_cli -g
```

## Usage

Run `buflib` or `buflib --help` in your terminal to get a table of available
commands.

## Config

Learn about configuration options
[here](https://dev.azure.com/Smidig/BufPublicTest/_git/buflib_cli?path=%2Fdocs%2Fconfiguration.md&_a=preview).

## Changelog

Read the changelog
[here](https://dev.azure.com/Smidig/BufPublicTest/_git/buflib_cli?path=%2Fchangelog.md&_a=preview)

## Maintainers

Learn how to release a new version of buflib_cli to npmjs
[here](https://dev.azure.com/Smidig/BufPublicTest/_git/buflib_cli?path=%2Fdocs%2Frelease.md&_a=preview).
