0.0.2-alpha.1588910403084 • Published 4 years ago

@amoebajs/builder v0.0.2-alpha.1588910403084

Weekly downloads
146
License
AGPL-3.0-only
Repository
github
Last release
4 years ago

@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

  1. clone this repo
  2. run yarn watch
  3. clone repo "https://github.com/amoebajs/basic-modules" in same directory
  4. change code in repo builder and save
  5. wait the recompileation works done
  6. in basic-modules repo, run yarn build:only to generate your source code
  7. then check the result