https://github.com/loklaan/1-liners-cli
CLI for copying code from "1-liners" project.
https://github.com/loklaan/1-liners-cli
Last synced: 4 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T19:37:22.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T12:31:52.594Z (5 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).