Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 697 Bytes

luallafano

Preconditions

To build this application you need to install go-task. Then you can run

  • end2end tests with task end2end_tests
  • a build with task build that outputs the binary to out/bin/lrc

Cleaning the build artifacts is done with task clean.

TODO

  • set up go module
  • set up cucumber for go
  • implement luallafano.feature up until the first prompt is shown
  • enter the new command's shortcut name until the second prompt is shown
  • enter 'n' for no on customizing the new command until the initial usage message is shown
  • set up a CI for the module via github
  • provide rough readme information