ember-observer-cli
v1.7.1
Published
CLI for emberobserver.com
Downloads
5
Readme
ember-observer-cli
A CLI for emberobserver.com, so now you can install your ember addons from the command-line
Install
npm install -g ember-observer-cli
Usage
ember-observer-cli
You can also use the shorthand version
eoc
Themes
If you want to load ember-observer-cli
with any preferred theme you can do so by passing --theme
option :
ember-observer-cli --theme Gruvbox-Dark
You can find the list of themes in blessed-themes. The default theme applied is Dracula
which is a dark theme.
Screenshots
Home
Addon page
Search
Install addon
Help
The following keyboard shortcuts can be used in ember-observer-cli
In all the screens
q => quit
Tab => Navigate between different parts of the screen
/ => Move focus to search box
In addon info screen
i => install the current addon
r => Go to the repository of the addon
d => Go to the demo page of the addon
n => Go to the npm page of the addon
FAQs
How do I quit this thing?
Press q
to quit the program from any screen.
How do I close the installation terminal once the installation is done?
Press Esc
to close the terminal window.
How do I scroll up/down in some widgets?
If the scrolling is enabled for that widget and it has the focus, you can use arrow keys (up/down) or vim keys (j/k/gg/G/C-n/C-p) to scroll.