Scroll to navigation

COMMONIZE(1) User Commands COMMONIZE(1)

NAME

commonize - JavaScript transpiler to Node-compatible CommonJS

SYNOPSIS

commonize [options] <source directory> <output directory> [<module ID> [<module ID> ...]]

OPTIONS

output the version number
JSON configuration file (no file or - means STDIN)
Continually rebuild
File extension to assume when resolving module identifiers
Rewrite all module identifiers to be relative
Scan modules for required dependencies
Respect @providesModules pragma in files
Alternate directory to use for disk cache
Disable the disk cache
Charset of source (default: utf8)
Charset of output (default: utf8)
display help for command
November 2022 commonize 0.10.8