Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-ace

senomas211.0.27

generator ace

yeoman-generator

readme

Installation

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash

close terminal, open new terminal app

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install 12.18.1
npm install -g yarn
npm install -g yo
npm install -g generator-ace

Prepare local test environment

git clone https://code.senomas.com/bjb/dev-local.git bjb-dev-local

cd bjb-dev-local
docker-compose pull

cd ..

Generate new project

yo ace:mapping

enter "test-map" as project name

Generate project

cd test-map

yarn regen

Testing

yarn test

Change config mapping

TODO