BREAKING CHANGE(package): change scope and name
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
# beautycolor
|
||||
|
||||
colors for beautylog
|
||||
|
||||
## Availabililty
|
||||
|
||||
[](https://www.npmjs.com/package/beautycolor)
|
||||
[](https://GitLab.com/pushrocks/beautycolor)
|
||||
[](https://github.com/pushrocks/beautycolor)
|
||||
[](https://pushrocks.gitlab.io/beautycolor/)
|
||||
|
||||
## Status for master
|
||||
|
||||
[](https://GitLab.com/pushrocks/beautycolor/commits/master)
|
||||
[](https://GitLab.com/pushrocks/beautycolor/commits/master)
|
||||
[](https://www.npmjs.com/package/beautycolor)
|
||||
@ -19,23 +22,24 @@ colors for beautylog
|
||||
[](http://standardjs.com/)
|
||||
|
||||
## Usage
|
||||
|
||||
Use TypeScript for best in class instellisense.
|
||||
|
||||
```javascript
|
||||
import * as beautycolor from 'beautycolor'
|
||||
import * as beautycolor from 'beautycolor';
|
||||
|
||||
let myColoredString = beautycolor.coloredString(
|
||||
'This string has a blue font and a green background',
|
||||
'blue',
|
||||
'green'
|
||||
)
|
||||
'This string has a blue font and a green background',
|
||||
'blue',
|
||||
'green'
|
||||
);
|
||||
|
||||
console.log(myColoredString)
|
||||
console.log(myColoredString);
|
||||
```
|
||||
|
||||
For further information read the linked docs at the top of this README.
|
||||
|
||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||
> | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||
|
||||
[](https://push.rocks)
|
||||
|
Reference in New Issue
Block a user