generator-ace
v1.0.27
Published
generator ace
Downloads
22
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