Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/active-code-cli

Get active code and copy it.
https://github.com/afeiship/active-code-cli

acc cli code crack idea pyc pycharm rubymime

Last synced: 10 days ago
JSON representation

Get active code and copy it.

Awesome Lists containing this project

README

        

# active-code-cli
> Get active code and copy it.

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

## installation
```shell
# public
npm i -g @jswork/active-code-cli

# private
git clone https://github.com/afeiship/active-code-cli.git
cd active-code-cli
npm i && npm link
```

## usage
~~~
Usage: active-code-cli [options]

Options:
-V, --version output the version number
-d, --debug only show cmds, but not clean.
-s, --src source filepath. (default: "./src")
-h, --help display help for command
~~~

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

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

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

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

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