Releases: execrc/rnr
Releases · execrc/rnr
Release v1.0.0
🚀 rnr (runner) v1.0.0 – Simplify Your Development Workflow!
We’re excited to announce the first release of rnr, a powerful CLI tool designed to streamline project setup and management! Whether you're working with Next.js, React, Vite, Express.js, or other frameworks, rnr automatically detects your project type and selects the right package manager—npm, Yarn, pnpm, or Bun.
🔑 Key Features
- Automatic project detection for JavaScript, TypeScript, React, Vue, and more
- Intelligent package manager selection based on your project’s setup
- Seamlessly handle development, production, and build modes with one command
- Extensible support for additional languages and frameworks (Python support coming soon!)
🛠️ Installation
Install globally with:
npm install -g rnr
# or
yarn global add rnr🚀 Usage
Once installed, simply run:
rnr # default mode (dev)
rnr -m dev # run in dev mode
rnr -m prod # run in production mode
rnr -m build # run buildrnr will automatically detect your project type and environment, launching it with the appropriate package manager.
📈 What's Next?
- Support for additional languages (Python coming soon!)
- Enhanced customization options for project types and scripts
Feel free to explore the full documentation, try it out, and share your feedback. We’d love to hear how rnr helps optimize your workflow!