Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.37 KB

DEVELOPMENT.md

File metadata and controls

58 lines (40 loc) · 1.37 KB

BUILDTIME REQUIREMENTS

Recommended

  • ASDF 0.10 (run asdf reshim after provisioning)
  • direnv 2
  • a UNIX environment, such as macOS, Linux, BSD, WSL, etc.

Non-UNIX environments may produce subtle adverse effects when linting or generating application ports.

Windows

Apply a user environment variable GODEBUG=modcacheunzipinplace=1 per access denied resolution, for native Windows development environments (Command Prompt / PowerShell, not WLS, not Cygwin, not MSYS2, not MinGW, not msysGit, not Git Bash, not etc).

AUDIT

$ mage audit

INSTALL

$ mage install

UNINSTALL

$ mage uninstall

TEST

$ mage test

LINT

$ mage lint

PORT

$ mage port