Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntelopeJS Blank TypeScript Template

License Discord

A minimal starter template for creating AntelopeJS modules with TypeScript. This template provides the basic lifecycle hooks and project configuration, ready for you to build on.

Quick start

  1. Install dependencies:

    pnpm install
  2. Start development mode:

    pnpm run dev

Project structure

src/
└── index.ts              # Module entry point with lifecycle hooks
antelope.config.ts        # AntelopeJS project configuration
package.json
tsconfig.json

The module entry point exports four lifecycle hooks:

  • construct() — Called when the module is loaded. Use this to initialize resources.
  • start() — Called to activate the module after construction.
  • stop() — Called to deactivate the module.
  • destroy() — Called to release all resources.

Available scripts

  • pnpm run build — Build the module for distribution.
  • pnpm run dev — Start development mode with watch.

Learn more

About

Blank typescript template for AntelopeJS module.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages