cli/README.md

56 lines
1.1 KiB
Markdown
Raw Normal View History

2023-10-05 07:58:30 +00:00
# dashinit
2023-10-05 07:34:44 +00:00
2023-10-05 07:58:30 +00:00
A nim-powered initializer that's fast, fully configurable, and effortlessly sets up your projects.
2023-10-05 07:34:44 +00:00
## Table of contents
2023-10-05 07:48:28 +00:00
- [Installation](#installation)
- [Using Script](#using-script)
- [Manual Compilation \& Installation](#manual-compilation--installation)
- [Update](#update)
- [Usage](#usage)
- [Uninstall](#uninstall)
2023-10-05 07:58:30 +00:00
- [License](#license)
2023-10-05 07:34:44 +00:00
2023-10-05 07:48:28 +00:00
## Installation
2023-10-05 07:34:44 +00:00
2023-10-05 07:48:28 +00:00
### Using Script
2023-10-05 07:34:44 +00:00
2023-10-05 07:58:30 +00:00
> **Note:** Currently not in a usable state. Instructions will be provided soon.
2023-10-05 07:34:44 +00:00
2023-10-05 07:48:28 +00:00
### Manual Compilation & Installation
After cloning the repository, compile `dashinit` with the following command:
2023-10-05 07:34:44 +00:00
```bash
nim build
```
## Update
2023-10-05 07:58:30 +00:00
> **Note:** Currently not in a usable state. Instructions will be provided soon.
2023-10-05 07:34:44 +00:00
## Usage
2023-10-05 07:48:28 +00:00
Execute `dashinit` inside the directory you wish to initialize. For detailed instructions, refer to:
```bash
dashinit -h
```
or
```bash
dashinit help
```
2023-10-05 07:34:44 +00:00
## Uninstall
2023-10-05 07:58:30 +00:00
> **Note:** Currently not in a usable state. Instructions will be provided soon.
2023-10-05 07:34:44 +00:00
2023-10-05 07:58:30 +00:00
## License
This project is licensed under the GPLv3. For more information, see [LICENSE](LICENSE)
[↑ Back to Top](#dashinit)