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

https://github.com/dofy/popclip-extension-cli

Command Line Tools for Developing PopClip Extensions
https://github.com/dofy/popclip-extension-cli

Last synced: 6 months ago
JSON representation

Command Line Tools for Developing PopClip Extensions

Awesome Lists containing this project

README

          

# PopClip Extension Cli

## Usage

```bash
phpcliper [command] [options] [extension name]

- command: create | build | install | remove | help
- options: -h | --help | -v | --version
- options: -t | --type - package | snippet
- options: -l | --lang - yaml | json | javascript | typescript | applescript | shell
- extension name: the name of the extension
```

## Related Links

- [PopClip](https://www.popclip.app/)
- [PopClip Extensions Directory](https://www.popclip.app/extensions/)
- [PopClip Extensions Developer Reference](https://www.popclip.app/dev/)
- [Another PopClip Extension Cli and some extensions by me](https://github.com/dofy/popclip-extensions)