kdf
Version:
37 lines (21 loc) • 1 kB
Markdown
# Useful Tools for KDApp Development
Here we'll house a general list of useful KDApp Development tools. Community
and "official".
Got an awesome app that makes creating apps easier? Make a [pull request!][0]
## DevTools
The [KDApp Devtools](https://koding.com/DevTools) is most obvious, and
officially supported. See [Using DevTools](./using-devtools) for more
information.
## KDC
The official [Koding Compiler](https://github.com/koding/kdc). This is the
program called every time Koding wants to compile your application. This comes
by default with all Koding VMs.
## AppAid
[AppAid](https://github.com/leeolayvar/appaid.kdapp) An unofficial App
Compiler, intended to compile and live reload applications of any size and
complexity.
## kdc-Mini
[kdc-mini](https://github.com/leeolayvar/kdc-mini) is a tool that allows you to
use whatever build tools you want, such as Gulp, to turn your KDApp source
files into a single `index.js` file.
[0]: https://github.com/koding/kdfdocs/fork