setup-cpp/packages/ci-log
Amin Yahyaabadi 1865b24b57
docs: add readme for setup-apt and os-env
2024-08-16 02:01:51 -07:00
..
src fix: replace npmcli/ci-detect with ci-info 2023-04-22 02:31:04 -07:00
.eslintrc.json chore: add linting checks via turbo 2024-08-15 17:01:33 -07:00
README.md feat: add ci-log package 2022-08-08 01:22:28 -07:00
package.json docs: add readme for setup-apt and os-env 2024-08-16 02:01:51 -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.