mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add now demo
This commit is contained in:
parent
848502448e
commit
d6bb29d962
6 changed files with 45 additions and 2 deletions
17
.appveyor.yml
Normal file
17
.appveyor.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
platform: x64
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version $env:platform
|
||||
|
||||
build: off
|
||||
|
||||
build_script:
|
||||
# Output useful info for debugging.
|
||||
- node --version
|
||||
- npm --version
|
||||
|
||||
- npm i now -g
|
||||
- now rm cloudcmd -y -t %NOW_TOKEN%
|
||||
- now --public -t %NOW_TOKEN%
|
||||
- now alias -t %NOW_TOKEN%
|
||||
|
||||
|
|
@ -8,6 +8,7 @@ manifest.yml
|
|||
app.json
|
||||
bower.json
|
||||
yarn-error.log
|
||||
now.json
|
||||
|
||||
Dockerfile
|
||||
Dockerfile.alpine
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ coverage
|
|||
css
|
||||
html
|
||||
yarn-error.log
|
||||
now.json
|
||||
|
||||
modules/jquery/dist
|
||||
modules/jquery/external
|
||||
|
|
|
|||
4
HELP.md
4
HELP.md
|
|
@ -1,11 +1,13 @@
|
|||
# Cloud Commander v7.3.1
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL], ![Now][NOW_LIVE_IMG] [Now][NowURL]))
|
||||
|
||||
[MainURL]: http://cloudcmd.io "Main"
|
||||
[BlogURL]: http://blog.cloudcmd.io "Blog"
|
||||
[HerokuURL]: http://cloudcmd.herokuapp.com/ "Heroku"
|
||||
[NowURL]: https://cloudcmd.now.sh/ "Now"
|
||||
[HEROKU_LIVE_IMG]: https://status-io.cloudcmd.io/host/cloudcmd.herokuapp.com/img/txt.png "Heroku"
|
||||
[NOW_LIVE_IMG]: https://status-io.cloudcmd.io/host/cloudcmd.now.sh/img/txt.png "Now"
|
||||
|
||||
[DWORD]: https://github.com/cloudcmd/dword "Editor based on CodeMirror"
|
||||
[EDWARD]: https://github.com/cloudcmd/edward "Editor based on Ace"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
# Cloud Commander v7.3.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](#backers) [](#sponsors)
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])
|
||||
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL], [Now][NowURL])
|
||||
|
||||
[NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png
|
||||
[MainURL]: http://cloudcmd.io "Main"
|
||||
[BlogURL]: http://blog.cloudcmd.io "Blog"
|
||||
[HerokuURL]: http://cloudcmd.herokuapp.com/ "Heroku"
|
||||
[NowURL]: https://cloudcmd.now.sh/ "Now"
|
||||
[NPMURL]: https://npmjs.org/package/cloudcmd "npm"
|
||||
[NPMIMGURL]: https://img.shields.io/npm/v/cloudcmd.svg?style=flat
|
||||
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
|
||||
|
|
|
|||
21
now.json
Normal file
21
now.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "npm",
|
||||
"alias": "cloudcmd",
|
||||
"files": [
|
||||
"bin",
|
||||
"server",
|
||||
".babelrc",
|
||||
"css",
|
||||
"font",
|
||||
"favicon.ico",
|
||||
"client",
|
||||
"common",
|
||||
"html",
|
||||
"tmpl",
|
||||
"img",
|
||||
"modules",
|
||||
"webpack.config.js",
|
||||
"json",
|
||||
"HELP.md"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue