setup-cpp/packages/ci-log
Amin Yahyaabadi 264de9ab1a test: add import tests for all packages 2025-05-20 03:26:08 -07:00
..
__tests__ test: add import tests for all packages 2025-05-20 03:26:08 -07:00
src
.eslintrc.json
README.md
jest.config.mjs test: add import tests for all packages 2025-05-20 03:23:35 -07:00
package.json test: add import tests for all packages 2025-05-20 03:23:35 -07:00
tsconfig.json

README.md

ci-log

Version License: Apache--2.0

Colorful logging and print for any environment including GitHub Actions

Install

npm install --save ci-log

Usage

error (function)

Parameters:

  • err (string | Error)

returns: void

success (function)

Parameters:

  • msg (string)

returns: void

warning (function)

Parameters:

  • msg (string)

returns: void

notice (function)

Parameters:

  • msg (string)

returns: void

info (function)

Parameters:

  • msg (string)

returns: void

🤝 Contributing

You can sponsor my work here:

https://github.com/sponsors/aminya

Pull requests, issues and feature requests are welcome. See the Contributing guide.