Skip to content

Commit

Permalink
Merge pull request #10 from so1ve/master
Browse files Browse the repository at this point in the history
Add Clerc
  • Loading branch information
shadawck authored Sep 7, 2023
2 parents 644da91 + 1d765ca commit 4fd9bf7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ etc.

- [Yargs](https://github.com/yargs/yargs) : Yargs helps you build interactive command line tools, by parsing arguments and generating an elegant user interface.

- [Clerc](https://github.com/clercjs/clerc) : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.

## [Julia](https://julialang.org/)

- [Comonicon.jl](https://github.com/comonicon/Comonicon.jl) : Your best CLI generator in JuliaLang.
Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ <h2 id="javascript"><a class="header" href="#javascript"><a href="https://develo
<li>
<p><a href="https://github.com/yargs/yargs">Yargs</a> : Yargs helps you build interactive command line tools, by parsing arguments and generating an elegant user interface.</p>
</li>
<li>
<p><a href="https://github.com/clercjs/clerc">Clerc</a> : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.</p>
</li>
</ul>
<h2 id="julia"><a class="header" href="#julia"><a href="https://julialang.org/">Julia</a></a></h2>
<ul>
Expand Down
3 changes: 3 additions & 0 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ <h2 id="javascript"><a class="header" href="#javascript"><a href="https://develo
<li>
<p><a href="https://github.com/yargs/yargs">Yargs</a> : Yargs helps you build interactive command line tools, by parsing arguments and generating an elegant user interface.</p>
</li>
<li>
<p><a href="https://github.com/clercjs/clerc">Clerc</a> : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.</p>
</li>
</ul>
<h2 id="julia"><a class="header" href="#julia"><a href="https://julialang.org/">Julia</a></a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ <h2 id="javascript"><a class="header" href="#javascript"><a href="https://develo
<li>
<p><a href="https://github.com/yargs/yargs">Yargs</a> : Yargs helps you build interactive command line tools, by parsing arguments and generating an elegant user interface.</p>
</li>
<li>
<p><a href="https://github.com/clercjs/clerc">Clerc</a> : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.</p>
</li>
</ul>
<h2 id="julia"><a class="header" href="#julia"><a href="https://julialang.org/">Julia</a></a></h2>
<ul>
Expand Down

0 comments on commit 4fd9bf7

Please sign in to comment.