Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 845 Bytes

File metadata and controls

47 lines (30 loc) · 845 Bytes
cover .gitbook/assets/splitscript banner.png
coverY 0

👋 Welcome to SplitScript.js

SplitScript.js - The everything framework

Create your own packages with Broken link\

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