@ffxiv-teamcraft/simulator
TypeScript icon, indicating that this package has built-in type declarations

3.3.3 • Public • Published

Teamcraft simulator

CircleCI codecov npm version GitHub issues GitHub stars GitHub license

Table of contents

About

Teamcraft simulator is a simulation library for FINAL FANTASY XIV.

Installation

Install through npm:

npm install --save @ffxiv-teamcraft/simulator

Get started

const simulation = new Simulation(recipe, [new RapidSynthesis(), new RapidSynthesis()], crafterStats);
const result = simulation.run();
const reliabilityReport = simulation.getReliabilityReport();

Documentation

Everything is detailed on the documentation website.

Development

Prepare your environment

  • Install Node.js and NPM
  • Install local dev dependencies: npm install while current directory is this repo

Testing

Run npm test to run tests once or npm run test:watch to continually run tests.

Release

  • Bump the version in package.json (once the module hits 1.0 this will become automatic)
npm run release

License

MIT

/@ffxiv-teamcraft/simulator/

    Package Sidebar

    Install

    npm i @ffxiv-teamcraft/simulator

    Weekly Downloads

    139

    Version

    3.3.3

    License

    MIT

    Unpacked Size

    879 kB

    Total Files

    179

    Last publish

    Collaborators

    • supamiu