Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 762 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 762 Bytes

@rokii/build

Build utilities for Rokii plugins and packages

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

Available commands

  • rokii-build clear - Clear the build directory
  • rokii-build build - Package your code for production
  • rokii-build dev - Makes your plugin available in Rokii as a debuging plugin.
  • rokii-build start- The same as rokii-build dev.