Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/scriptable
https://github.com/mwotton/scriptable
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwotton/scriptable
- Owner: mwotton
- Created: 2018-02-12T11:13:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T00:44:35.000Z (almost 7 years ago)
- Last Synced: 2024-04-25T07:44:05.724Z (9 months ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.