Orion Cli

screenshot of Orion Cli

Console scaffolding and development tool for Meteor Apps

Overview

Orion CLI is an innovative scaffolding and development tool specifically designed for Meteor applications. It streamlines the process of creating, initializing, and managing Meteor apps, making it an essential asset for developers looking to enhance their productivity. Whether you're starting a new project or setting up an existing app, Orion CLI provides a host of functionalities that cater to varying development needs.

With intuitive commands, you can easily create a Meteor app from scratch with just a few simple inputs. This tool not only simplifies the creation process but also allows for tailored configurations, making it suitable for both newcomers and seasoned developers. The flexibility to reset apps and modify templates ensures that your development environment can adapt to your project requirements effortlessly.

Features

  • App Creation: Quickly create new Meteor apps using the orion create command, which downloads the Meteor Boilerplate for easy setup.
  • Blank App Option: Use --blank or -b to initiate a clean app setup, similar to the orion init command.
  • Proxy Support: For users behind a proxy, easily configure access by setting the http_proxy variable.
  • Reset Functionality: Reset your app at any time to remove all default code and start fresh, keeping the development process flexible.
  • Existing App Initialization: Initialize existing Meteor apps for scaffolding with a simple command, updating your project structure effectively.
  • File Generation: Generate various project components, routes, and models based on the default configuration or your customized templates.
  • Custom Profiles: Utilize default profiles like ES2015 and Coffee, or define your own profiles to ensure the generation of preferred file types.