Skip to content

First looks

Warning

This is not yet ready for production

Creating an Ecliptix mod is a simple and straightforward process! All you need to be able to create a mod is:

  • Javascript knowledge
  • Ecliptix installed
  • Bun or any node.js packer

That’s all you’ll need, firstly we start by initializing a new project:

Terminal window
$ blue init --dev
Package name:
> MyPackage
Package version:
> 1.0.0
Package entry point:
> entry.js
-> Initialized project!

You’ll have 2 new files created for you, package.ecc and entry.js. those are where everything will be set up