acquerello
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,3 +1,7 @@ | ||
### 2019-10-08 / 0.1.1 | ||
* chore: Fixed readme. | ||
### 2019-10-07 / 0.1.0 | ||
- Initial version. |
{ | ||
"name": "acquerello", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Template based terminal coloring made really easy.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://sw.cowtech.it/acquerello", |
# acquerello | ||
[![Package Version](https://img.shields.io/npm/v/acquerello.svg)](https://npm.im/acquerello) | ||
![Dependency Status](https://img.shields.io/david/ShogunPanda/acquerello) | ||
![Build](https://img.shields.io/circleci/build/gh/ShogunPanda/acquerello?token=a721161f936393ce2826774e8b89c0785c06967b) | ||
![Code Coverage](https://img.shields.io/codecov/c/gh/ShogunPanda/acquerello?token=d0ae1643f35c4c4f9714a357f796d05d) | ||
[![Dependency Status](https://img.shields.io/david/ShogunPanda/acquerello)](https://david-dm.org/ShogunPanda/acquerello) | ||
[![Build](https://img.shields.io/circleci/build/gh/ShogunPanda/acquerello?token=a721161f936393ce2826774e8b89c0785c06967b)](https://circleci.com/gh/ShogunPanda/acquerello) | ||
[![Code Coverage](https://img.shields.io/codecov/c/gh/ShogunPanda/acquerello?token=d0ae1643f35c4c4f9714a357f796d05d)](https://codecov.io/gh/ShogunPanda/acquerello) | ||
@@ -50,3 +50,3 @@ Template based terminal coloring made really easy. | ||
```javascript | ||
import {colorize} from 'acquerello | ||
import { colorize } from 'acquerello' | ||
@@ -70,3 +70,3 @@ console.log(colorize('{{ansi:100}}color me{{-}}')) | ||
```javascript | ||
import { applyStyle } from 'github.com/ShogunPanda/acquerello' | ||
import { applyStyle } from 'acquerello' | ||
@@ -73,0 +73,0 @@ const inRed = applyStyle('Colorized', 'red') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14235