0.3.4 • Published 3 months ago

@sdeverywhere/build v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@sdeverywhere/build

This package provides the core build and plugin API for SDEverywhere.

Quick Start

The best way to get started with SDEverywhere is to follow the Quick Start instructions. If you follow those instructions, the @sdeverywhere/build package will be added to your project automatically, in which case you can skip the following section.

Install

# npm
npm install --save-dev @sdeverywhere/build

# pnpm
pnpm add -D @sdeverywhere/build

# yarn
yarn add -D @sdeverywhere/build

Usage

Most users do not need to interact with the @sdeverywhere/build package directly; it is primarily used in the implementation of the sde command line tool (from the @sdeverywhere/cli package).

However, if you are building a custom plugin or a tool that drives the build process programmatically, you can refer to the API documentation below for more details.

Documentation

API documentation is available in the docs directory.

License

SDEverywhere is distributed under the MIT license. See LICENSE for more details.

0.3.4

3 months ago

0.3.3

4 months ago

0.3.2

7 months ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago