@fehujs/build
v0.1.1
Published
Fehujs build utility
Downloads
133
Readme
@fehujs/build
Fehujs build utility
Usage
Create a scripts/build.cjs
in your project's root.
const { build } = require("@fehujs/build")
build()
Nota: you need to be at the root of the project/module/etc... for launching the command.