snipdoc 0.1.12

Code Documentation Made Simple
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Usage commands

- Create snippets db
<!-- <snip id="create-db"> -->
  ```sh
    snipdoc create-db
  ```
<!-- </snip> -->

- Inject Content
<!-- <snip id="inject-snippets"> -->
  ```sh
    snipdoc run
  ```
<!-- </snip> -->