docs(readme) add "deploy to heroku" button

This commit is contained in:
coderaiser 2015-07-14 10:54:54 -04:00
parent 8345457acc
commit 65be11a298
2 changed files with 21 additions and 2 deletions

View file

@ -23,8 +23,11 @@ Cloud Commander v4.0.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][N
[PackageQualityURL]: http://packagequality.com/#?package=cloudcmd "Package Quality"
[PackageQualityIMGURL]: http://packagequality.com/shield/cloudcmd.svg
[CircleCiURL]: https://circleci.com/gh/coderaiser/cloudcmd
[CircleCiIMGURL]: https://circleci.com/gh/coderaiser/cloudcmd.svg
[CircleCiURL]: https://circleci.com/gh/coderaiser/cloudcmd
[CircleCiIMGURL]: https://circleci.com/gh/coderaiser/cloudcmd.svg
[DeployURL]: https://heroku.com/deploy?template=https://github.com/coderaiser/cloudcmd "Deploy"
[DeployIMG]: https://www.herokucdn.com/deploy/button.png
**Cloud Commander** orthodox web file manager with console and editor.
@ -47,6 +50,8 @@ cloudcmd
Open url `http://localhost:8000` in browser.
[![Deploy][DeployIMG]][DeployURL]
## License
MIT

14
app.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "cloudcmd",
"description": "Cloud Commander orthodox web file manager with console and editor",
"repository": "https://github.com/coderaiser/cloudcmd",
"logo": "http://cloudcmd.io/img/logo/cloudcmd.png",
"keywords": [
"console",
"editor",
"file",
"file manager",
"folder",
"orthodox"
]
}