Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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