Gracie v0.2.1 is a build tool for client-side JavaScript that performs on-the-fly concatenation, minification, and dependency resolution based on CommonJS-style require() statements. It is designed for development workflows, resolving dependencies dynamically without a separate build step. The project appears to be abandoned (last release years ago, no recent activity) and is not suitable for production use. Alternatives include Webpack, Rollup, or esbuild.
npm install gracieNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a development server that resolves CommonJS-style requires on-the-fly for client-side scripts.
Migrate to a modern bundler like Webpack, Rollup, or esbuild.
Use relative paths from the project root or configure custom resolvers.
Run 'npm install gracie'.
No dependency data recorded yet.