Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 453 Bytes

APH (Andre's Project Harness)

Extremely opinionated project harness based on my preferred project standards...

  • dep management
  • golang dev tools
    • go vet
    • golint
  • golang loop (triggered on go file changes)
    • build a named go file
    • run the executable target with specified args
  • npm loop (run as a child process)
    • npm run watch