You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
1
2
2
<divalign="center">
3
3
<h1> Terminull </h1>
4
-
<p>Terminull is a gitbook plugin allows you to create a modern terminal for your gitbook pages in order to documente your commands and it gives you a fast way to copy the command .</p>
4
+
<p>Terminull is a <ahref="https://www.npmjs.com/package/gitbook">gitbook</a> plugin allows you to create a modern terminal for your gitbook pages in order to documente your commands and it gives you a fast way to copy the command .</p>
To use Terminull plugin in your Gitbook project, add the terminull plugin to the `book.json` file of your project, then install plugins using `gitbook install`.
16
15
@@ -30,10 +29,13 @@ First, you need to create a terminal. Each terminal should have a directory wher
30
29
~/gitbook-plugin-terminull
31
30
{% command %}
32
31
echo "Hello terminull"
32
+
{% comment %}
33
+
This will print 'Hello terminull' in the screen
33
34
{% output %}
34
35
Hello terminull
35
36
{% endterm %}
36
37
```
38
+
37
39
## You like my work :exclamation:
38
40
In case you were wondering how you can thanks me for my work, coffee :coffee: is the way to my heart.
39
41
@@ -42,4 +44,10 @@ In case you were wondering how you can thanks me for my work, coffee :coffee: is
42
44
43
45
44
46
## Contributing
45
-
Bug reports and pull requests are welcome.
47
+
Bug reports and pull requests are welcome.
48
+
49
+
1. Fork it!
50
+
2. Create your feature branch: git checkout -b my-new-feature
51
+
3. Commit your changes: git commit -am 'Add some feature'
52
+
4. Push to the branch: git push origin my-new-feature
0 commit comments