0.0.6 • Published 3 months ago

@vyke/sola v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Installation

npm i @vyke/sola

API

Sola

Core sola class

const sola = new Sola({ tag: 'my-app' })

sola.log('hello sola'); // <- my-app hello sola

const customTag = sola.withTag('mytag')

customTag.log('hello sola'); // <- my-app:mytag hello sola

Others vyke projects

0.0.6

3 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago