setup-cpp/packages/ci-log
Amin Yahyaabadi 08cf20cc0e
fix: add js file extension for all relative imports
2024-08-15 15:22:07 -07:00
..
src fix: replace npmcli/ci-detect with ci-info 2023-04-22 02:31:04 -07:00
README.md feat: add ci-log package 2022-08-08 01:22:28 -07:00
package.json fix: update dependencies 2024-08-07 11:28:08 -07:00
tsconfig.json fix: add js file extension for all relative imports 2024-08-15 15:22:07 -07:00

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.