Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elonvolo/sexrch
A search utility for programmers based on s-expressions
https://github.com/elonvolo/sexrch
Last synced: 15 days ago
JSON representation
A search utility for programmers based on s-expressions
- Host: GitHub
- URL: https://github.com/elonvolo/sexrch
- Owner: ElonVolo
- License: mit
- Created: 2020-12-15T23:01:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T23:28:21.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T12:44:18.611Z (about 1 month ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# sexrch CLI
A CLI for search through code files that uses LISP S-expression.
## Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
## Publishing to NPM
To package your CLI up for NPM, do this:
```shell
$ npm login
$ npm whoami
$ npm lint
$ npm test
(if typescript, run `npm run build` here)
$ npm publish
```# License
MIT - see LICENSE