@swim/build v3.11.0-dev.20210411
@swim/build
Swim build tool.
Overview
TODO
Installation
npm
For an npm-managed project, npm install @swim/build to make it a dependency.
TypeScript sources will be installed into node_modules/@swim/build/main.
Transpiled JavaScript and TypeScript definition files install into
node_modules/@swim/build/lib/main. And a pre-built UMD script can
be found in node_modules/@swim/build/dist/main/swim-build.js.
Usage
ES6/TypeScript
@swim/build can be imported as an ES6 module from TypeScript and other ES6-compatible environments.
import * as build from "@swim/build";CommonJS/Node.js
@swim/build can also be used as a CommonJS module in Node.js applications.
var build = require("@swim/build");2 years ago
2 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago