@zach.waffle/create-teamcode
v0.2.2
Published
Made with :heart: by Davis Luxenberg
Readme
create-teamcode
Made with :heart: by Davis Luxenberg
The Dairy TeamCode wizard CLI to create an FTC TeamCode project using the Dairy TeamCode plugin.
Usage
Use any of the following.
npm create teamcode
pnpm create teamcode
yarn create teamcode
bun create teamcodeDevelopment
You must have Bun installed first.
bun install
bun startBuilding
Will build to dist/index.js.
bun run buildCompiling
Will compile executables for all architectures to dist.
bun run compile[!NOTE] 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-x64to just compile for windows, which does work.
