A nim-powered initializer that's fast, fully configurable, and effortlessly sets up your projects.
Find a file
2023-10-05 09:39:10 +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 Start work on dashinit, in nim. 2023-10-05 09:34:44 +02:00
README.md Update README.md 2023-10-05 09:39:10 +02:00

dashinit

Simple, yet powerful, Nim powered templating tool. Fully configurable!

Table of contents

Install using script

Still not in usable state, instructions will follow.

Compile & install manually

To compile dashinit, run the following command after cloning:

# build a binary
nim build

Update

Still not in usable state, instructions will follow.

Usage

To use niminit, run it inside the folder you'd like to initialise. For more info, see dashinit -h or dashinit help

Uninstall

Still not in usable state, instructions will follow.


Back to the top