2.0.1 • Published 1 year ago

inklog.js v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

inklog.js

A Mini Chalk based Nodejs Logger

npm

Installation

$ npm install inklog.js

Usage

See the docs at https://inklog.js.org

Examples

You can see all examples in the examples folder.\ Runkit: https://runkit.com/embed/yu6f2ek7o6h7

Building

You will need:

  • Node.js
  • Yarn/Npm
  • Typescript (included)

To build the library run the following commands:

# first clone the repo to your local device
$ git clone https://github.com/Lucaslah/inklog.js.git
# next change to the directory you just cloned
$ cd inklog.js
# install dependencies
$ yarn install # or with npm: npm install
# next build the library
$ yarn build # or with npm: npm run build
# if you want to build the docs
$ yarn docs # or with npm: npm run docs

Docs output will be: ./docs\ Javascript output will be: ./dist

1.2.4

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago