An open API service indexing awesome lists of open source software.

https://github.com/afeiship/next-tlog

Show log to document title.
https://github.com/afeiship/next-tlog

log logger next title

Last synced: 27 days ago
JSON representation

Show log to document title.

Awesome Lists containing this project

README

        

# next-tlog
> Show log to document title.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-tlog
```

## usage
```js
import '@jswork/next-tlog';

nx.tlog('log1');
nx.tlog('log2', 'log3');
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-tlog/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-tlog
[version-url]: https://npmjs.org/package/@jswork/next-tlog

[license-image]: https://img.shields.io/npm/l/@jswork/next-tlog
[license-url]: https://github.com/afeiship/next-tlog/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-tlog
[size-url]: https://github.com/afeiship/next-tlog/blob/master/dist/next-tlog.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-tlog
[download-url]: https://www.npmjs.com/package/@jswork/next-tlog