diff options
author | 2017-05-29 21:51:32 -0700 | |
---|---|---|
committer | 2017-05-29 22:06:40 -0700 | |
commit | 290e822a687e7d69def79d55dd7801447c804293 (patch) | |
tree | f7e0fbef00ff2c5ddf1ff55b3d3519756f596e96 /README.md | |
parent | chore(init): creating repo (diff) | |
download | bakelite-290e822a687e7d69def79d55dd7801447c804293.tar.xz |
feat(main): just enough to bakelite itselfv0.0.1
This is just the beginning of the amazing adventures of Terin and
Bakelite. Their journey is destined to be packed with non-stop action,
millions of laughs, heart pounding perils, and endless excitement.
Together, they'll encounter fantastic friends, evil enemies, and meet
creatures beyond your wildest imagination. And as their story unfolds,
we'll unlock the magic and mystery of a most wondrous place, the
incredible world of [fixme].
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fddba98 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Bakelite [![Travis branch][travis-shield]][travis-url] ![Stability: Experimental][stability-shield] + +[travis-shield]: https://img.shields.io/travis/terinjokes/bakelite/master.svg?style=flat-square +[travis-url]: https://travis-ci.org/terinjokes/bakelite +[stability-shield]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square + +A tool to quickly mass-produce Go binaries for multiple Operating +Systems and architectures. + +Highly experimental codebase: not yet intended for serious use. Just +enough implemented to bakelite itself. |