Build system for Rokii plugins and packages that uses esbuild
:
- 💫 Bundle your code and make it ready for production
- 🛟 TypeScript support
- CSS modules support
- Configure your build environment using
rokii.build.js
file - 🚄 Fast build time
rokii-build clear
- Clear the build directoryrokii-build build
- Package your code for productionrokii-build dev
- Makes your plugin available in Rokii as a debuging plugin.rokii-build start
- The same asrokii-build dev
.