oasis-engine-tools
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Oasis Engine Tools

npm-size npm-download codecov

Some useful tools that can be used in Oasis engine.

npm

The tools is published on npm with full typing support. To install, use:

npm install oasis-engine-tools

This will allow you to import tools entirely using:

import * as tools from "oasis-engine-tools";

or individual classes using:

import { IBLBaker } from "oasis-engine-tools";

Contributing

Everyone is welcome to join us! Whether you find a bug, have a great feature request or you fancy owning a task from the road map feel free to get in touch.

Make sure to read the Contributing Guide / 贡献指南 before submitting changes.

Build

prerequisites:

  • Node.js v15.0.0+ and NPM (Install Node.js By official website)
  • PNPM (Install Pnpm globally by npm install -g pnpm)

First, you need to install the dependencies:

pnpm install

Then, to build the source, using npm:

npm run b:all

Links

License

The engine is released under the MIT license. See LICENSE file.

Readme

Keywords

none

Package Sidebar

Install

npm i oasis-engine-tools

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

23.7 kB

Total Files

7

Last publish

Collaborators

  • zhuxudong