CLI BLOCKS

Create good looking blocks in your CLI

intro

import * as log from "cli-block";

log.start("CLI Blocks");
log.blockHeader("Let's go");
log.blockLine();
log.blockLine("So, this is CLI Blocks");
log.blockLine();
log.blockLine("A package to easily create good looking blocks in your CLI");
log.blockFooter();

Installation

Install from npm

npm i cli-block

And use it in your js file;

import { start } from "cli-block";

start("CLI Blocks");

// or 

import * as log from "cli-block";

log.start("CLI Blocks");

### A project by Sil

Sil is developer from Holland living in Malta and always busy creating new little open source tools and projects. A few of his other projects;

__Tools__

- [Bemm](https://bemm.sil.mt), simple function to create easy and consequent BEM classes.
- [CLI Block](https://cli-block.sil.mt), for good looking scripts.
- [Gieter](https://gieter.sil.mt), creates small websites based on Markdown in seconds
- [ID](https://id.sil.mt), Create unique ID's
- [Themer](https://themer.sil.mt), Sass tooling to create a themable interface
- [Commit](https://commit.sil.mt), a bash interface for commits.
- [Iconator](https://iconator.sil.mt), build your favicons with a single command. 
- [CSS Order](https://css-order.sil.mt), the help to order your css properties consistent.
- [Create Component](https://create-component.sil.mt), a bash script to create my own style Vue components.
- [WS Launch](https://ws-launch.sil.mt), to fire up a mock Web Socket.


__Projects__

- [Billy](https://billy.sil.mt), to create my invoices without a database.
- [HTML Icons](https://icons.sil.mt), find the right html special characters easily. 

Or more information on [sil.mt](https://sil.mt)