feature(cloudcmd) add now demo

This commit is contained in:
coderaiser 2017-08-15 16:58:46 +03:00
parent 848502448e
commit d6bb29d962
6 changed files with 45 additions and 2 deletions

17
.appveyor.yml Normal file
View 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%

View file

@ -8,6 +8,7 @@ manifest.yml
app.json
bower.json
yarn-error.log
now.json
Dockerfile
Dockerfile.alpine

View file

@ -8,6 +8,7 @@ coverage
css
html
yarn-error.log
now.json
modules/jquery/dist
modules/jquery/external

View file

@ -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"

View file

@ -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] [![OpenCollective](https://opencollective.com/cloudcmd/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/cloudcmd/sponsors/badge.svg)](#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
View 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"
]
}