replcraft.ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

ReplCraft.TS

ReplCraft.TS is a library to interact with the Replit mc server.
Syntax inspired by discord.js

Installation

As simple as npm install --save replcraft.ts

Usage

Create a client instance with:

import ReplClient from "replcraft.ts";
const client = new ReplClient();

client.login(process.env.TOKEN);

or without import statements:

const ReplClient = require('replcraft.ts').default;

Full documentation can be found in /docs/classes/Client.md See an example at /examples/test.ts

/replcraft.ts/

    Package Sidebar

    Install

    npm i replcraft.ts

    Weekly Downloads

    5

    Version

    1.0.6

    License

    ISC

    Unpacked Size

    112 kB

    Total Files

    50

    Last publish

    Collaborators

    • derockdev