.atom-build.json 235 B

12345678910111213141516
  1. {
  2. "cmd": "busted",
  3. "args": [ "spec" ],
  4. "sh": false,
  5. "targets": {
  6. "LDoc": {
  7. "cmd": "ldoc",
  8. "args": ["-c doc/config.ld", "-o index", "."]
  9. },
  10. "View Docs": {
  11. "cmd": "xdg-open",
  12. "args": ["doc/doc/index.html"]
  13. }
  14. }
  15. }