@polymer-labs/gel
v1.0.0
Published
The Setting Agent for Modern JavaScript - Fast, Fluid, and Firm package manager
Maintainers
Readme
@polymer-labs/gel
The Setting Agent for Modern JavaScript - Fast, Fluid, and Firm package manager.
Installation
npm install -g @polymer-labs/gelQuick Start
# Create a new project
gel mold react my-app
cd my-app
# Install dependencies
gel bond
# Run scripts
gel run devFeatures
- 🔮 Crystal Cache - Global package deduplication
- 💧 Fluid Commands - Intuitive CLI inspired by material science
- 🔒 Lockfile Management - Deterministic dependency resolution
- 📦 Monorepo Support - Workspace management
- 🔍 Visual Lock - 3D dependency visualization
- ⚡ Fast & Efficient - Optimized package installation
Commands
Core Commands
gel bond- Install dependencies (like npm install)gel dissolve <package>- Remove a packagegel mold <template> <name>- Create new project from templategel run <script>- Run package.json scripts
Advanced Commands
gel instant <package>- Quick install without savinggel solidify- Lock all dependency versionsgel heal- Fix dependency issuesgel verify- Verify package integritygel view- Launch 3D dependency visualizer
Monorepo Commands
gel snapshot- Save workspace stategel rewind- Restore workspace snapshotgel bridge <workspace>- Link local packagesgel isolate <workspace>- Test package in isolation
Security Commands
gel quarantine <package>- Isolate suspicious packagegel verify- Check package integrity
Dependencies
This package uses:
@polymer-labs/crystal-cache- Global caching system@polymer-labs/visual-lock(optional) - 3D visualization
License
MIT © Polymer Labs
