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

https://github.com/afeiship/topics2keywords

Sync github topics to npm keywords.
https://github.com/afeiship/topics2keywords

cli command-line-tool github keywords nodejs npm sync t2k tag tags topic topics

Last synced: 3 months ago
JSON representation

Sync github topics to npm keywords.

Awesome Lists containing this project

README

        

# topics2keywords
> Sync github topics to npm keywords.

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

![snapshot](https://tva1.sinaimg.cn/large/0081Kckwgy1gkeeogrdfjj30sm0emaxq.jpg)

## usage
```shell
# 1. install
npm install -g @jswork/topics2keywords

# 2. go to your project
cd ~/github/topics2keywords

# 3. execute the cli
t2k

# 4. your package.json `keywords` key updated
```

~~~
Usage: t2k [options]

Options:
-V, --version output the version number
-d, --debug show debug info.
-h, --help display help for command
~~~

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

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

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

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

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