SplitScript.js
discordnpmgithub
  • 👋Welcome to SplitScript.js
  • 🍎core
    • root
    • cli
    • EventEmitter
    • Handling Errors
  • 🤖discord
    • getting started
    • create your first project
    • automod
    • bans
    • channels
    • commands
    • emojis
    • followups
    • types
  • 🌐https
    • usage
    • changelog
  • 🔗Links
    • Discord
    • NPM
    • GitHub
Powered by GitBook
On this page
  • Install
  • Usage
  • Project Structure

Was this helpful?

Edit on GitHub

Welcome to SplitScript.js

Nextroot

Last updated 1 year ago

Was this helpful?

SplitScript.js - The everything framework

Create your own packages with core

Install

$ npm i @splitscript.js/core

Usage

We have a few packages

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

  • - for building discord bots!

  • - 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
core
discord
https
👋
Page cover image