Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loklaan/1-liners-cli
CLI for copying code from "1-liners" project.
https://github.com/loklaan/1-liners-cli
Last synced: about 1 month ago
JSON representation
CLI for copying code from "1-liners" project.
- Host: GitHub
- URL: https://github.com/loklaan/1-liners-cli
- Owner: loklaan
- License: mit
- Created: 2018-08-19T08:58:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T19:37:22.000Z (over 4 years ago)
- Last Synced: 2024-10-17T15:55:26.561Z (2 months ago)
- Language: JavaScript
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# 1-liners cli
Copy common util functions to clipboard, courtesy of1-liners
## Quick Start
```bash
$ npx 1-liners-cli
```## Keep It Around
```bash
$ npm install -g 1-liners-cli # Install globally
$ 1-liners # Show a list of 1-liners
$ 1-liners isFunction # Copy a function immediately
$ 1-liners isFunction --print # Print to stdout instead of copy to clipboard
```## Legal
### license
The MIT License (MIT)
Copyright © Lochlan Bunn### attribution
"1-liners" source licensed MIT from [1-liners/1-liners](https://github.com/1-liners/1-liners) via [stoeffel](https://github.com/stoeffel).