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
- Host: GitHub
- URL: https://github.com/dofy/popclip-extension-cli
- Owner: dofy
- License: mit
- Created: 2023-11-24T06:11:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T03:42:50.000Z (about 2 years ago)
- Last Synced: 2025-03-04T06:13:44.425Z (10 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)