2.4.0 • Published 6 months ago

ts-print v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

TS-PRINT

Useful library for debugging in node, with formatted colors and dates, is intended to be intuitive.

GitHub package.json version Libraries.io dependency status for latest release, scoped npm package npm npm.io npm.io GitHub Repo stars GitHub issues

TECHNOLOGY:

LINUX WINDOWS DOCKER TYPESCRIPT JAVASCRIPT NODE

WHO SHOULD USE:

Any developer who needs clean and well-formatted messages in the terminal.

AUTHOR

Marcus Yoda @marcusyoda

Prototype development, final version and testing.

GETTING STARTED:

First you need to install with npm or yarn...

npm install --save ts-print
yarn add ts-print

...then you can show any type of message:

import Print from 'ts-print'

Print().br()
Print('Faça ou não faça, tentativa não há!').info()
Print('Faça ou não faça, tentativa não há!').notice()
Print().br()
Print('Faça ou não faça, tentativa não há!').warn()
Print().br()
Print('Faça ou não faça, tentativa não há!').fail()
Print('Faça ou não faça, tentativa não há!').err()
Print().br()
Print('Faça ou não faça, tentativa não há!').success()
Print('Faça ou não faça, tentativa não há!').ok()
Print().br()

POWERSHELL - Windows 11

Resultado no PowerShell, usando o Windows 11: SAMPLE-TERMINAL

BASH - Ubuntu 18.04

SAMPLE-TERMINAL

VERSIONING

Versioning SemVer. To view the available versions, look at: tags on this repository.

DEPENDENDENCIES:

  • Proudly, running with no dependencies.

LICENSE:

Developed by Marcus Yoda, during javascript research and study.

2.4.0

6 months ago

2.3.0

7 months ago

2.2.1

9 months ago

2.1.2

9 months ago

2.2.0

9 months ago

2.1.1

9 months ago

2.1.4

9 months ago

2.1.3

9 months ago

2.1.6

9 months ago

2.1.5

9 months ago

2.1.0

9 months ago

2.0.0

9 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago