Skip to content

Releases: unRob/milpa

0.0.0-alpha.7

16 Aug 20:58
Compare
Choose a tag to compare
0.0.0-alpha.7 Pre-release
Pre-release
## 🌱 Features

- (dfa152) Argument and flag run-time validation, so your command can focus on using them.
- (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
- (dfa152) Don't wanna write stuff over and over again? `milpa itself repo install` will come in handy to install remote milpa repos.
- (dfa152) Drop your commands and specs in your project's `.milpa` folder, group them in folders and nest them, they'll become callable based on their path.
- (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
- (dfa152) Readable `--help` on your terminal, searchable help on your browser. Same for docs that go along your commands.

0.0.0-alpha.6

27 Jul 17:15
Compare
Choose a tag to compare
0.0.0-alpha.6 Pre-release
Pre-release
## 🌱 Features

- (dfa152) Argument and flag run-time validation, so your command can focus on using them.
- (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
- (dfa152) Don't wanna write stuff over and over again? `milpa itself repo install` will come in handy to install remote milpa repos.
- (dfa152) Drop your commands and specs in your project's `.milpa` folder, group them in folders and nest them, they'll become callable based on their path.
- (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
- (dfa152) Readable `--help` on your terminal, searchable help on your browser. Same for docs that go along your commands.

0.0.0-alpha.5

27 Jul 05:08
Compare
Choose a tag to compare
0.0.0-alpha.5 Pre-release
Pre-release
## 🌱 Features

- (dfa152) Argument and flag run-time validation, so your command can focus on using them.
- (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
- (dfa152) Don't wanna write stuff over and over again? `milpa itself repo install` will come in handy to install remote milpa repos.
- (dfa152) Drop your commands and specs in your project's `.milpa` folder, group them in folders and nest them, they'll become callable based on their path.
- (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
- (dfa152) Readable `--help` on your terminal, searchable help on your browser. Same for docs that go along your commands.

0.0.0-alpha.4

26 Jul 23:17
Compare
Choose a tag to compare
0.0.0-alpha.4 Pre-release
Pre-release
## 🌱 Features

- (dfa152) Argument and flag run-time validation, so your command can focus on using them.
- (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
- (dfa152) Don't wanna write stuff over and over again? `milpa itself repo install` will come in handy to install remote milpa repos.
- (dfa152) Drop your commands and specs in your project's `.milpa` folder, group them in folders and nest them, they'll become callable based on their path.
- (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
- (dfa152) Readable `--help` on your terminal, searchable help on your browser. Same for docs that go along your commands.

0.0.0-alpha.3

26 Jul 03:22
23df831
Compare
Choose a tag to compare
0.0.0-alpha.3 Pre-release
Pre-release
## 🌱 Features

- (dfa152) Argument and flag run-time validation, so your command can focus on using them.
- (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
- (dfa152) Don't wanna write stuff over and over again? `milpa itself repo install` will come in handy to install remote milpa repos.
- (dfa152) Drop your commands and specs in your project's `.milpa` folder, group them in folders and nest them, they'll become callable based on their path.
- (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
- (dfa152) Readable `--help` on your terminal, searchable help on your browser. Same for docs that go along your commands.

0.0.0-alpha.2

24 Jul 18:41
ee9c2e7
Compare
Choose a tag to compare
0.0.0-alpha.2 Pre-release
Pre-release
## 🌱 Features

- (dfa152) Argument and flag run-time validation, so your command can focus on using them.
- (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
- (dfa152) Don't wanna write stuff over and over again? `milpa itself repo install` will come in handy to install remote milpa repos.
- (dfa152) Drop your commands and specs in your project's `.milpa` folder, group them in folders and nest them, they'll become callable based on their path.
- (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
- (dfa152) Readable `--help` on your terminal, searchable help on your browser. Same for docs that go along your commands.

0.0.0-alpha.1

23 Jul 15:05
91cd054
Compare
Choose a tag to compare
0.0.0-alpha.1 Pre-release
Pre-release
## 🌱 Features

- (dfa152) Argument and flag run-time validation, so your command can focus on using them.
- (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
- (dfa152) Don't wanna write stuff over and over again? `milpa itself repo install` will come in handy to install remote milpa repos.
- (dfa152) Drop your commands and specs in your project's `.milpa` folder, group them in folders and nest them, they'll become callable based on their path.
- (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
- (dfa152) Readable `--help` on your terminal, searchable help on your browser. Same for docs that go along your commands.

0.0.0-alpha.0

22 Jul 17:25
Compare
Choose a tag to compare
0.0.0-alpha.0 Pre-release
Pre-release

🌱 Features

  • (dfa152) Argument and flag run-time validation, so your command can focus on using them.
  • (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
  • (dfa152) Don't wanna write stuff over and over again? milpa itself repo install will come in handy to install remote milpa repos.
  • (dfa152) Drop your commands and specs in your project's .milpa folder, group them in folders and nest them, they'll become callable based on their path.
  • (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
  • (dfa152) Readable --help on your terminal, searchable help on your browser. Same for docs that go along your commands.