@idajs/create-mod
v0.2.2
Published
Scaffolding tool for creating IdaJS game mods for Little Big Adventure 2. Use with: npx @idajs/create-mod
Downloads
657
Maintainers
Readme
@idajs/create-mod
Scaffolding tool for creating IdaJS game mods for Little Big Adventure 2.
About IdaJS
IdaJS is a JavaScript-powered modding engine for LBA2 that provides a modern, flexible API, giving modders access to all the Little Big Adventure 2 engine features. Write your own stories in the LBA 2 world with just basic JavaScript knowledge.
- IdaJS repository: https://github.com/innerbytes/idajs
- Releases: https://github.com/innerbytes/idajs/releases
Documentation
Full documentation is available at ida.innerbytes.com
Quick Start
Create a new IdaJS mod project:
npx @idajs/create-modThe tool will guide you through the setup process with interactive prompts.
Usage
npx @idajs/create-mod [project-name] [options]For all available options and examples, run:
npx @idajs/create-mod --helpWhat's Included
The scaffolding tool creates a complete mod project with:
- Project structure with
src/folder for your code media/folder for custom images and sprites- Development scripts for building, watching, and syncing
- JavaScript and TypeScript support
- Sample code to help you get started
- VS Code configuration for optimal development experience
Requirements
- Node.js 14.0.0 or higher
- IdaJS installation
License
GPL-2.0
Author
Created by Andriy Tevelyev | innerbytes.com | Support the project
