Back to Marketplace
One-click extension project creation TypeScript or JavaScript starter Ready project files ( Integrated in the New Project flow as SrcNexus Extension Open the command palette and run Create New Extension, Fill: Select the parent folder where the project should be created. Done. Your new extension project is generated.
Create Extension
v0.0.3by 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
manifest.json, build setup, starter command, source files)How To Use
or click the floating plus (+) button on the home screen and choose SrcNexus Extension.
- Extension Name
- Extension ID
- Description
- Language (TypeScript/JavaScript)
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.
After Project Is Created
Run these commands in the generated project:
npm install
npm run buildUse watch mode during development:
npm run watchLicense
MIT
