Warning
This is not yet ready for production
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:
That’s all you’ll need, firstly we start by initializing a new project:
$ blue init --devPackage name:> MyPackagePackage version:> 1.0.0Package 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