A CLI starter tool for scaffolding Acode plugins (mobile code editor) with esbuild bundler. Current version 1.1.0. Supports TypeScript and JavaScript project generation, optional SCSS preprocessing, and integration with npm, pnpm, yarn, or bun. Provides pre-configured esbuild config, dev server, and zip packaging. Experimental support for CodeMirror typings. Requires Node.js 18+. Differentiates from generic scaffolding by tailoring output specifically to Acode plugin structure and build pipeline.
npm install acode-pluginxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scaffolds a TypeScript Acode plugin with SCSS support and npm, then installs and runs dev server.
Use only one of --ts or --js.
Use with caution; verify typings or avoid if stability is needed.
Ensure esbuild version is 0.19+ or use compatible config.
Run in empty directory or confirm no important files will be overwritten.
Update to latest version: npx acode-pluginx@latest
npx acode-pluginx <projectName> <pluginId>
Run 'npm install esbuild' in your project directory before building.
No dependency data recorded yet.