mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
docs(readme) add "deploy to heroku" button
This commit is contained in:
parent
8345457acc
commit
65be11a298
2 changed files with 21 additions and 2 deletions
|
|
@ -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
14
app.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue