A nim-powered initializer that's fast, fully configurable, and effortlessly sets up your projects.
Go to file
2024-01-24 12:33:44 +00:00
src Add commented out option for languages and locale 2024-01-24 12:33:44 +00:00
test Progress 2023-10-15 18:22:33 +02:00
.gitignore progress 2023-12-02 01:26:06 +01:00
config.nims Progress 2023-10-15 18:22:33 +02:00
dashinit.nimble Progress 2023-10-15 18:22:33 +02:00
LICENSE Add License to Project 2023-10-05 09:58:30 +02:00
README.md Move uninstall section in README.md 2023-10-05 10:03:37 +02:00

dashinit

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

Table of contents

Installation

Package Manager

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

Script

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

Compiling

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

nim build

Uninstalling

Uninstalling dashinit should be simple, as it's a self-contained binary. Just delete the binary and configuration directory and you're good to go.

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

License

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

↑ Back to Top