@swim/build
TypeScript icon, indicating that this package has built-in type declarations

3.11.1 • Public • Published

@swim/build

package documentation chat

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");

Readme

Keywords

none

Package Sidebar

Install

npm i @swim/build

Weekly Downloads

2

Version

3.11.1

License

Apache-2.0

Unpacked Size

2.21 MB

Total Files

34

Last publish

Collaborators

  • cwjames19
  • ajay-gov
  • c9r