3.0.2 β€’ Published 7 months ago

@sapphire/plugin-hmr v3.0.2

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

Sapphire Logo

@sapphire/plugin-hmr

Plugin for @sapphire/framework for super-speed HMR.

GitHub codecov npm bundle size npm

Description

This plugin provides a HMR (Hot Module Replacement) feature for @sapphire/framework. This allows you to add, delete, and update commands, listeners, and other pieces without having to restart your bot. This allows for rapid iteration and prototyping without your bot slowing you down.

Features

  • Fully ready for TypeScript!
  • Includes ESM ready entrypoint
  • Easy to use

Installation

@sapphire/plugin-hmr depends on the following packages. Be sure to install these along with this package!

You can use the following command to install this package, or replace npm install with your package manager of choice.

npm install @sapphire/plugin-hmr @sapphire/framework

Usage

JavaScript

In your main or setup file, register the plugin:

require('@sapphire/plugin-hmr/register');

Or if you want to make sure the plugin is only loaded in development, you can register it dynamically like so:

const { start } = require('@sapphire/hmr');

const client = new SapphireClient({
	/* your bot options */
});

async function main() {
	await client.login();

	// this has to be called after you have logged into your bot
	if (process.env.NODE_ENV === 'development') {
		start();
	}
}

void main();

TypeScript

In your main or setup file, register the plugin:

import '@sapphire/plugin-hmr/register';

Or if you want to make sure the plugin is only loaded in development, you can register it dynamically like so:

import { start } from '@sapphire/plugin-hmr';

const client = new SapphireClient({
	/* your bot options */
});

async function main() {
	await client.login();

	// this has to be called after you have logged into your bot
	if (process.env.NODE_ENV === 'development') {
		start();
	}
}

void main();

In order for HMR to pick up your compiled JavaScript files, you will need to recompile your code. To that end, we will configure a dev script in package.json scripts that runs build in parallel with start:

"scripts": {
	"dev": "run-p watch start",
	"build": "tsc",
	"watch": "tsc --watch",
	"start": "node dist/index.js"
}

Note: This uses the run-p script which is part of npm-run-all

Note 2: Please do note that because the processes are started simultaneously you should run build at least once before running dev, otherwise the start process will fail because there are no files to run just yet.

then run your bot using the dev script. You can replace npm with your package manager of choice.

npm run start

Buy us some doughnuts

Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance!

We accept donations through Open Collective, Ko-fi, Paypal, Patreon and GitHub Sponsorships. You can use the buttons below to donate through your method of choice.

Donate WithAddress
Open CollectiveClick Here
Ko-fiClick Here
PatreonClick Here
PayPalClick Here

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

3.0.3-next.8508a07

7 months ago

3.0.3-next.5854fd3

10 months ago

3.0.3-next.30c654b

10 months ago

3.0.3-next.9c20163

8 months ago

3.0.3-next.cb6bf89

8 months ago

3.0.3-next.d37e114

12 months ago

3.0.3-next.c7aaadd

7 months ago

3.0.3-next.87ed879

11 months ago

3.0.3-next.e191096

10 months ago

3.0.3-next.689cfd8

12 months ago

3.0.3-next.ebf804c

12 months ago

3.0.3-next.b368392

11 months ago

3.0.3-next.4ce2946

9 months ago

3.0.3-next.30a0f86

8 months ago

3.0.3-next.ef59b2e

11 months ago

3.0.3-next.6bd83f1

8 months ago

3.0.3-next.4b27ae4

11 months ago

3.0.3-next.81c1ccb

10 months ago

3.0.3-next.10ed525

8 months ago

3.0.3-next.ae90958

8 months ago

3.0.3-next.5106865

8 months ago

3.0.3-next.a24f9ec

9 months ago

3.0.3-next.4407e6d

8 months ago

3.0.3-next.b8eca5f

9 months ago

3.0.3-next.1fc0c36

9 months ago

3.0.3-next.147893c

9 months ago

3.0.3-next.1ba68f6

8 months ago

3.0.3-next.fe39124

12 months ago

3.0.3-next.73fd2f1

9 months ago

3.0.3-next.9f69aae

9 months ago

3.0.3-next.abbe598

8 months ago

3.0.3-next.e1295d1

8 months ago

3.0.3-next.214f8ce

10 months ago

3.0.3-next.c02e438

11 months ago

3.0.3-next.1ba8a04

10 months ago

3.0.3-next.0260b3d

11 months ago

3.0.3-next.119ad9c

11 months ago

3.0.3-next.0d9024f

8 months ago

3.0.3-next.c246384

10 months ago

3.0.3-next.cc47e19

11 months ago

3.0.3-next.b302651

9 months ago

3.0.3-next.e18dc27

7 months ago

3.0.3-next.b5bb6ef

8 months ago

3.0.3-next.b2f016e

9 months ago

3.0.3-next.3c60b44

8 months ago

3.0.3-next.7a67b07

10 months ago

3.0.3-next.3d9ff24

8 months ago

3.0.3-next.cf109b1

10 months ago

3.0.3-next.3b38d76

10 months ago

3.0.3-next.8bd5242

12 months ago

3.0.3-next.9d424f1

7 months ago

3.0.3-next.d2ba80e

10 months ago

3.0.3-next.fb563e8

11 months ago

3.0.3-next.7ee1582

12 months ago

3.0.3-next.a7d24b1

11 months ago

3.0.3-next.b4041d6

8 months ago

3.0.3-next.e879702

10 months ago

3.0.3-next.48a1e26

12 months ago

3.0.3-next.c1fcec2

10 months ago

3.0.3-next.db7c810

8 months ago

3.0.3-next.79a4381

9 months ago

3.0.3-next.a1b506a

12 months ago

3.0.2

1 year ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

2.0.0

3 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago