npm.io
3.7.3 • Published 5 months ago

@ffxiv-teamcraft/simulator

Licence
MIT
Version
3.7.3
Deps
1
Size
938 kB
Vulns
0
Weekly
0
Stars
27

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

Keywords