A tool for modifying Pony RFCs
Production ready.
The rfc-tool requires corral to be installed.
git clone https://github.com/ponylang/rfc-tool
cd rfc-tool
make
sudo make install
$ rfc-tool verify tests/rfc-pre.md
tests/rfc-pre.md is a valid RFC
$ rfc-tool complete tests/rfc-pre.md \
https://github.com/ponylang/rfcs/pull/0000 \
https://github.com/ponylang/ponyc/issues/0000
- Feature Name: foo-bar-foobar
- Start Date: 2016-05-22
- RFC PR: https://github.com/ponylang/rfcs/pull/0000
- Pony Issue: https://github.com/ponylang/ponyc/issues/0000
...
Use the --edit
option to modify the file in place.