Skip to content

Commit

Permalink
feat: Add readme to the new yadm file
Browse files Browse the repository at this point in the history
  • Loading branch information
louiss0 committed Sep 24, 2024
1 parent 7d87c83 commit 48bd009
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions modules/yadm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Yadm

Yadm is a dot files manager that is written in Bash.
The code in this module reflects this fact.
The functions in this repo are typed wrappers around yadm.

## Usage

To use this module make sure you have installed yadm.

Then copy this folder to the folder where you place your nu scripts
Which is usually in `$"($nu.default-config-dir)"/scripts`.

Then reference the folder by doing in the scripts/mod.nu file.

```nu
export module yadm
```

## Contributing

This module doesn't represent all of git's functionality.
Which means it doesn't allow you to do everything git can.
if there is something missing please submit a PR to this repo.
If you can help please checkout git completions for a reference.

0 comments on commit 48bd009

Please sign in to comment.