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)
|
2023-10-05 07:59:44 +00:00
|
|
|
- [Using a package manager](#using-a-package-manager)
|
2023-10-05 07:48:28 +00:00
|
|
|
- [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:59:44 +00:00
|
|
|
### Using a package manager
|
|
|
|
|
|
|
|
> **Note:** Currently not in a usable state. Instructions will be provided soon.
|
|
|
|
|
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)
|