embark/packages/embark-ui
emizzle 634feb597a feat(@embark/api): Add command `service api on/off`
Add support for `service api on/off` commands.

Deprecate commands `api start/stop` in favor of `service api on/off`.

`service api on` - Enables the API server serving Cockpit. Shows an error if the API server is already starting or started.

`service api off` - Disables the API server serving Cockpit. Shows an error if the API server is already stopping or stopped.

`api start` - This command has been deprecated in favor of `service api on` and will be removed in future versions.

`api stop` - This command has been deprecated in favor of `service api off` and will be removed in future versions.

`api:start` - This event has been deprecated and will be removed in future versions.

`api:stop` - This event has been deprecated and will be removed in future versions.
2019-05-15 14:28:10 +02:00
..
.storybook build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
config build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
public build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
scripts build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
src feat(@embark/api): Add command `service api on/off` 2019-05-15 14:28:10 +02:00
.env build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
.env.production fix(embark-ui): specify PUBLIC_URL=/ for production builds 2019-03-17 20:07:19 -04:00
.gitignore build: cleanup .gitignore 2019-02-05 18:08:14 -06:00
.npmrc build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
CHANGELOG.md chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00
README.md feat: normalize README and package.json bugs, homepage, description 2019-03-12 09:17:33 -04:00
package.json chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00

README.md

embark-ui

Web frontend for interactive DApp development with Embark

Visit embark.status.im to get started with Embark.