Package Exports
- ember-cli-next
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-cli-next) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ember-cli-next
Experimental Next generation TUI (terminal user interface) for ember-cli based on blessed and blessed-contrib, where you can run your ember-cli commands and project tasks within one single unified terminal window.
Install
npm install -g ember-cli-nextUsage
ember-cli-nextDemo
Screenshots
Home Page

Install Ember addons

Run Tests

Run tests with custom filters

Generate Blueprints

Keyboard shortcuts
['Next Page', 'Right Arrow'],
['Prev Page', 'Left Arrow'],
['Up', 'Up Arrow / k'],
['Down', 'Down Arrow / j'],
['Select', 'Enter / l'],
['Quit', 'Ctrl-q'],
['Install an addon', 'i'],
['Clear the terminal log', 'c'],
['Build project', 'b'],
['Go to the beginning of any list', 'gg'],
['Go to the end of any list', 'G'],
['Help', '? / !'],
['Navigate within a page', 'Tab'],
['Go to Home page', '0'],
['Go to Lint page', 'l'],
['Go to Tests page', 't'],
['Go to Generate page', 'g'],
['Go to Destroy page', 'd'],
['Go to Credits page', '9'],FAQs
How do I quit this thing?
You can press Ctrl-q to quit the program at any time.
How can I see the keyboard shortcuts for navigating?
Press ? or ! to see the keyboard navigation shortcuts page.
How can I quickly navigate to home page screen?
Press 0 to go to the home page.
How do I navigate between different pages of the cli?
You can use the arrow keys to navigate between pages, Left Arrow to previous screen and Right Arrow to next screen.
Does it support vi/vim navigation keys in the lists?
Yes. You can use j,k,gg,G,l and /
How do I select text inside any widget?
Hold down Shift key and use your mouse to select text.
How do I get focus out of the textbox in ember install page?
Press Esc to get the focus out of the textbox and use hot keys to navigate. If you want to bring back
focus inside the textbox in the install page, press Tab and type your addon name and press Enter to install.
Known issues
- Some times while navigating between different pages you might get Max Event Listeners exceeded error
- When you have focus in a terminal window, pressing the hot keys like
l,g,dwill take you to the respective pages instead of printing chars in the terminal. - The terminal windows cannot be paginated, which means you can't scroll up/down inside the terminal.
- The program might crash if you are not inside an Ember project.