Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 19, 2024
1 parent ead103a commit 84388ed
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Cleanup

## 0.0.1

- Initial version
2 changes: 1 addition & 1 deletion Source/Function/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default (async (...[File]: Parameters<Type>) => {

Pipe.reverse();

console.log(
Exec(
[
"typedoc",
"--commentStyle all",
Expand Down
2 changes: 1 addition & 1 deletion Target/Class/TypeScriptDocument.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
var e=new(await import("commander")).Command().name("TypeScriptDocument").version("0.0.1").description("\u{1F4C3} Document TypeScript.").argument("<File...>","Document File.").action((await import("../Function/Document.js")).default).parse();export{e as default};
var e=new(await import("commander")).Command().name("TypeScriptDocument").version("0.0.2").description("\u{1F4C3} Document TypeScript.").argument("<File...>","Document File.").action((await import("../Function/Document.js")).default).parse();export{e as default};
2 changes: 1 addition & 1 deletion Target/Function/Document.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-document",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"description": "📃 TypeDoc Wrapper.",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
\typedoc \
--commentStyle all \
--gitRevision Current \
--logLevel Verbose \
--customCss /d/Developer/Application/Playform/NPM/TypeScriptDocument/Target/Stylesheet/Theme.css \
--includeVersion \
--out ./Documentation \
Expand Down

0 comments on commit 84388ed

Please sign in to comment.