https://github.com/faun/autodestinations
Experimental project to dynamically build Lightroom gallery auto destinations based upon keywords
https://github.com/faun/autodestinations
Last synced: 4 months ago
JSON representation
Experimental project to dynamically build Lightroom gallery auto destinations based upon keywords
- Host: GitHub
- URL: https://github.com/faun/autodestinations
- Owner: faun
- License: mit
- Created: 2014-03-02T12:47:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T16:37:00.000Z (over 12 years ago)
- Last Synced: 2025-10-07T09:54:54.957Z (8 months ago)
- Language: MoonScript
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Setup
Dependencies:
* [Moonscript](http://moonscript.org/)
Development dependencies:
* [Luarocks](http://www.luarocks.org/en/Download)
* [Busted](http://olivinelabs.com/busted/)
Install with luarocks:
luarocks install busted
* [Grunt](http://gruntjs.com/)
## Testing:
grunt
## Autotest:
grunt watch
# Credits
Credit for the original idea and original lua code goes to [Cody Sims](https://github.com/codysims).