Repository
Current version released
4 years ago
Versions
moderate A simple tool to generate mod.ts files
Installation:
deno install --allow-read --allow-write https://deno.land/x/moderate/mod.tsThen, in mod.ts files that you want generated, append
// moderateand run
moderatemoderate will leave all content before the comment untouched.
You can globally exclude files on the command line with --exclude (e.g.
moderate --exclude _*), or exclude files in a specific mod.ts with:
// moderate --exclude foo.ts