Made with ❤️ by Davis Luxenberg
The Dairy TeamCode wizard CLI to create an FTC TeamCode project using the Dairy TeamCode plugin.
Use any of the following.
npm create teamcode
pnpm create teamcode
yarn create teamcode
bun create teamcodeYou must have Bun installed first.
bun install
bun startWill build to dist/index.js.
bun run buildWill compile executables for all architectures to dist.
bun run compileNote
Does not seem to work on Windows, although this may just be my setup. Compiling on WSL works. You can also run bun run compile:windows-x64 to just compile for windows, which does work.