@amoebajs/builder

A web system generator and bundler from JSON/YAML configs.

Usage no npm install needed!

<script type="module">
  import amoebajsBuilder from 'https://cdn.skypack.dev/@amoebajs/builder';
</script>

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

  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