Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwotton/scriptable


https://github.com/mwotton/scriptable

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Scriptable

This is a collection of Mark's (hopefully-useful) scripts.

Required dependencies:
- stack

## hsmodetweaks

This script generates a .dir-locals.el suitable for use with intero.

We assume some conventions:
- there is a package.yaml in the directory
- we collect the source-dirs for each stanza.
- test stanzas get the library and the appropriate tests.
- same for benchmarks
- executables get the libraries and the appropriate executable.

Usage: `hsmodetweaks MYPROJECTDIRECTORY`

The intent is that we can always refresh the .dir-locals.el.
I don't use .dir-locals.el for other purposes so I'm not even going to
try to preserve what's there. Patches to improve this welcome.