# log-ok

> just `console.log` prefixed with a green check

Latest version **0.1.1** (published 2016-06-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install log-ok
pnpm add log-ok
yarn add log-ok
bun add log-ok
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2016-06-19 |
| First published | 2016-06-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Jon Schlinkert |
| Maintainers | jonschlinkert |
| Keywords | log, ok |

## Links

- npm: https://www.npmjs.com/package/log-ok
- Repository: https://github.com/jonschlinkert/log-ok
- Issues: https://github.com/jonschlinkert/log-ok/issues
- npm.io page: https://npm.io/package/log-ok

## Dependencies (2)

- [ansi-green](https://npm.io/package/ansi-green.md) ^0.1.1
- [success-symbol](https://npm.io/package/success-symbol.md) ^0.1.0

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 0.1.1 (latest) — 2016-06-19
- 0.1.0 — 2016-06-19

## README

# log-ok [![NPM version](https://img.shields.io/npm/v/log-ok.svg?style=flat)](https://www.npmjs.com/package/log-ok) [![NPM downloads](https://img.shields.io/npm/dm/log-ok.svg?style=flat)](https://npmjs.org/package/log-ok) [![Build Status](https://img.shields.io/travis/jonschlinkert/log-ok.svg?style=flat)](https://travis-ci.org/jonschlinkert/log-ok)

just `console.log` prefixed with a green check

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install --save log-ok
```

## Usage

```js
var ok = require('log-ok');

ok('success!');
```

Results in:

![log-ok example](example.png)

Respects leading whitespace, so:

```js
ok('    success!');
```

Results in:

![log-ok example whitespace](example-indented.png)

## Related projects

You might also be interested in these projects:

* [ansi-colors](https://www.npmjs.com/package/ansi-colors): Collection of ansi colors and styles. | [homepage](https://github.com/doowb/ansi-colors "Collection of ansi colors and styles.")
* [log-utils](https://www.npmjs.com/package/log-utils): Basic logging utils: colors, symbols and timestamp. | [homepage](https://github.com/jonschlinkert/log-utils "Basic logging utils: colors, symbols and timestamp.")

## Contributing

This document was generated by [verb-readme-generator](https://github.com/verbose/verb-readme-generator) (a [verb](https://github.com/verbose/verb) generator), please don't edit directly. Any changes to the readme must be made in [.verb.md](.verb.md). See [Building Docs](#building-docs).

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). Or visit the [verb-readme-generator](https://github.com/verbose/verb-readme-generator) project to submit bug reports or pull requests for the readme layout template.

## Building docs

Generate readme and API documentation with [verb](https://github.com/verbose/verb):

```sh
$ npm install -g verb verb-readme-generator && verb
```

## Running tests

Install dev dependencies:

```sh
$ npm install -d && npm test
```

## Author

**Jon Schlinkert**

* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License

Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](https://github.com/jonschlinkert/log-ok/blob/master/LICENSE).

***

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on June 19, 2016._

---
_Source: https://npm.io/package/log-ok · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
