@amoebajs/builder
v0.0.2-alpha.1588910403084
Published
A web system generator and bundler from JSON/YAML configs.
Downloads
407
Readme
@amoebajs/builder
A web system generator and bundler from JSON/YAML configs.
Install
# yarn
yarn add @amoebajs/builder
# npm
npm install @amoebajs/builder --save
Develop
- clone this repo
- run
yarn watch
- clone repo "https://github.com/amoebajs/basic-modules" in same directory
- change code in repo builder and save
- wait the recompileation works done
- in basic-modules repo, run
yarn build:only
to generate your source code - then check the result