Back to Marketplace
Create Extension

Create Extension

v0.0.3

by Extensions Maker

Scaffold new SrcNexus extension projects from within the editor

DevelopmentTools

Create Extension

Create new SrcNexus extensions directly inside the editor, without manual boilerplate setup.

What You Get

  • One-click extension project creation
  • TypeScript or JavaScript starter
  • Ready project files (manifest.json, build setup, starter command, source files)
  • Integrated in the New Project flow as SrcNexus Extension
  • How To Use

  • Open the command palette and run Create New Extension,
  • or click the floating plus (+) button on the home screen and choose SrcNexus Extension.

  • Fill:
  • - Extension Name

    - Extension ID

    - Description

    - Language (TypeScript/JavaScript)

  • Select the parent folder where the project should be created.
  • Tip: For best results, choose a folder inside your Termux directory. This allows you to easily use the terminal for building and managing your extension, as building requires terminal access.

  • Done. Your new extension project is generated.
  • After Project Is Created

    Run these commands in the generated project:

    npm install
    npm run build

    Use watch mode during development:

    npm run watch

    License

    MIT