0.1.4 • Published 3 years ago

apius v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Apius

Installation

npm i apius

Introduction

A helpful package for node projects.

Code Samples

import apius from 'apius'

// - You can send colored log message!
apius.log("Hello world!", "color") // its can be bold. apius.log("hello world!", "color", true)

// - And you can use RGB codes!
apius.logRGB("Hello world!", [rgb code]) // its can be bold. apius.log("hello world!", [rgb code], true)

// - Also you can use hex codes!
apius.logHex("Hello world!", "hex code") // its can be bold. apius.logHex("hello world!", "hex code", true)
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago