Skip to content
Nerivec edited this page Jul 9, 2024 · 8 revisions

Welcome to the ember-zli wiki!

Installation

From NPM

You will need to setup NodeJS (>= 18) and npm first. Then you can install ember-zli:

npm install -g ember-zli

ember-zli command then should be available globally.

From release tarballs

You can find standalone tarballs in https://github.com/Nerivec/ember-zli/releases. Several architectures are supported. NodeJS is packed in, and should require no additional installation.

You can execute ember-zli inside the bin folder.

Note

*.tar.gz and *.tar.xz contain the same data, just archived in a different format.

Tip

You may see some errors while extracting the archive on Windows OS because it cannot create some symlinks. You should be able to safely ignore these.

Data folder

The data folder is located in your home directory. Inside the ember-zli folder, you will find log files from previous/current executions, configuration files, and the various files saved in "default location" from commands.

Clone this wiki locally