UNPKG

buntralino-cli

Version:

Buntralino unites Bun and Neutralino.js to make a simpler, lighter alternative to Electron and NW.js. Use Neutralino.js API at client and send harder tasks to Bun while keeping your development process easy.

12 lines (10 loc) 211 B
import build from './commands/build.ts'; import create from './commands/create.ts'; import run from './commands/run.ts'; import add from './commands/add.ts'; export { build, create, run, add };