Page cover image

👋Welcome to SplitScript.js

SplitScript.js - The everything framework

Create your own packages with core

Install

$ npm i @splitscript.js/core

Usage

We have a few packages

  • core - for building your project through the CLI or for creating your own packages

  • discord - for building discord bots!

  • https - for sending http(s) requests

Project Structure

We use filesystem for sending events

An example project could look like this:

functions/
    message/
        create/
            1.js
        delete/
            1.js
            
.env
app.js

ss.json
package.json

Last updated

Was this helpful?