Skip to content

Commit 2af0a88

Browse files
authored
Create README.md
1 parent 7d8cfd9 commit 2af0a88

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# codeshells
2+
This project is written tests, benchmarks, researches, fun-things-to-know, and other random things that I wrote through out years.
3+
Of course I don't have most of what I wrote.
4+
5+
All of these projects have been created with the little tool that I wrote called **codeshell**. You can find the [codeshell binary](https://github.com/the-moisrex/linux-dotfiles/blob/master/bin/codeshell) in my [linux-dotfiles](https://github.com/the-moisrex/linux-dotfiles)' bin directory.
6+
7+
You can create new ones with:
8+
9+
```bash
10+
codeshell -t=[template] -n=[name]
11+
```
12+
13+
Replace `[template]` with one of the template directories in [code-templates directory](https://github.com/the-moisrex/linux-dotfiles/tree/master/code-templates).
14+
15+
Replace `[name]` with one of the above directory names or choose a new name to create one in your `~/codeshells/` directory.
16+

0 commit comments

Comments
 (0)