# ucjs **Repository Path**: mirrors_WebReflection/ucjs ## Basic Information - **Project Name**: ucjs - **Description**: A minimalist ESM to CJS transformer - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ucjs A minimalist ESM to CJS transformer. ```sh # npx ucjs --help usage: ucjs source.js dest.js ucjs --no-interop source_dir dest_dir options: --no-interop # avoid import/export related bloat --no-default # alias for --no-interop ```