Skip to content

alloy-org/plugin-builder

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2024
Apr 15, 2024
Dec 30, 2023
Dec 27, 2023
Jul 10, 2023
Jul 10, 2023
Jul 14, 2023
Dec 27, 2023
Jul 10, 2023
Jul 10, 2023
Jul 10, 2023
Jul 11, 2023
Dec 30, 2023

Repository files navigation

Plugin Builder

Plugin Builder is an Amplenote plugin that makes it easy to build plugins for Amplenote from Github projects.

Installation

  1. Clone this repo. git clone git@github.com:alloy-org/plugin-builder.git
  2. Install node and npm if you haven't already.
  3. Run npm install to install the packages.

Testing

Run NODE_OPTIONS=--experimental-vm-modules npm test to run the tests.

If it complains about jsdom being absent, run npm install -D jest-environment-jsdom and try again.

Run tests continuously as modifying the plugin

NODE_OPTIONS=--experimental-vm-modules npm run test -- --watch

Technologies used to help with this project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published