Metadata-Version: 2.1
Name: orbit-cli
Version: 0.1.26
Summary: This tool aims to make things easier when you come to create a new application or a new component
License: MIT
Author: Gareth Bult
Author-email: gareth@madpenguin.uk
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.4.2,<14.0.0)
Description-Content-Type: text/markdown

# Orbit-CLI

#### This tool aims to make things easier when you come to create a new application or a new component. It will generate all the boilerplate files you need (from templates) to get up and running with a minimum of fuss. Whereas it won't do everything for you, it should do 99% of the hard work when it comes to setting up a new project.

