0.1.4 • Published 2 years ago

apius v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago