A nim-powered initializer that's fast, fully configurable, and effortlessly sets up your projects.
Find a file
2023-10-05 09:58:30 +02:00
src Start work on dashinit, in nim. 2023-10-05 09:34:44 +02:00
.gitignore Start work on dashinit, in nim. 2023-10-05 09:34:44 +02:00
config.nims Start work on dashinit, in nim. 2023-10-05 09:34:44 +02:00
dashinit.nimble Add License to Project 2023-10-05 09:58:30 +02:00
LICENSE Add License to Project 2023-10-05 09:58:30 +02:00
README.md Add License to Project 2023-10-05 09:58:30 +02:00

dashinit

A nim-powered initializer that's fast, fully configurable, and effortlessly sets up your projects.

Table of contents

Installation

Using Script

Note: Currently not in a usable state. Instructions will be provided soon.

Manual Compilation & Installation

After cloning the repository, compile dashinit with the following command:

nim build

Update

Note: Currently not in a usable state. Instructions will be provided soon.

Usage

Execute dashinit inside the directory you wish to initialize. For detailed instructions, refer to:

dashinit -h

or

dashinit help

Uninstall

Note: Currently not in a usable state. Instructions will be provided soon.

License

This project is licensed under the GPLv3. For more information, see LICENSE

↑ Back to Top