# Dash Dash is a CLI tool that rapidly sets up new projects by running a series of pre-defined commands. ![ray-so-export (2)](https://github.com/KunalBagaria/Dash/assets/61944452/93151871-0833-4b44-adb5-23928e5395f7) --- ![ray-so-export (1)](https://github.com/KunalBagaria/Dash/assets/61944452/bece3b61-5728-4f3b-bd39-4b7ecdce285f) ## Features - Quick Initialization: Initialize the config file with current directory as working directory with `dash init`. - Configuration Management: Open and edit your project configurations with `dash config`. - Project Creation: Create new projects with custom predefined setups using `dash create `. ## Installation Ensure you have Rust and Cargo installed on your system. Then, install Dash using Cargo: ``` cargo install dash-create ``` ## Contributing Contributions to Dash are welcome! Feel free to fork the repository, make your changes, and create a pull request. ## License This project is licensed under the GPL License - see the LICENSE file for details.