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.
- Host: GitHub
- URL: https://github.com/afeiship/topics2keywords
- Owner: afeiship
- License: mit
- Created: 2020-11-04T10:21:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T08:55:37.000Z (over 1 year ago)
- Last Synced: 2025-03-07T15:04:11.299Z (3 months ago)
- Topics: cli, command-line-tool, github, keywords, nodejs, npm, sync, t2k, tag, tags, topic, topics
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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]
## 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