-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) Bo Lingen <[email protected]> (https://github.com/citycide) | ||
Copyright (c) Bo Lingen <[email protected]> (https://github.com/haltcase) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
"name": "tablemark-cli", | ||
"version": "2.0.0", | ||
"description": "Generate markdown tables from JSON data at the command line.", | ||
"author": "Bo Lingen <[email protected]> (https://github.com/citycide)", | ||
"author": "Bo Lingen <[email protected]> (https://github.com/haltcase)", | ||
"license": "MIT", | ||
"repository": "https://github.com/citycide/tablemark-cli.git", | ||
"homepage": "https://github.com/citycide/tablemark-cli", | ||
"bugs": "https://github.com/citycide/tablemark-cli/issues", | ||
"repository": "https://github.com/haltcase/tablemark-cli.git", | ||
"homepage": "https://github.com/haltcase/tablemark-cli", | ||
"bugs": "https://github.com/haltcase/tablemark-cli/issues", | ||
"engines": { | ||
"node": ">=14.18" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[ | ||
{ | ||
"name": "trilogy", | ||
"repo": "[citycide/trilogy](https://github.com/citycide/trilogy)", | ||
"repo": "[haltcase/trilogy](https://github.com/haltcase/trilogy)", | ||
"desc": "No-hassle SQLite with type-casting schema models and support for native & pure JS backends." | ||
}, | ||
{ | ||
"name": "strat", | ||
"repo": "[citycide/strat](https://github.com/citycide/strat)", | ||
"repo": "[haltcase/strat](https://github.com/haltcase/strat)", | ||
"desc": "Functional-ish JavaScript string formatting, with inspirations from Python." | ||
}, | ||
{ | ||
"name": "tablemark-cli", | ||
"repo": "[citycide/tablemark-cli](https://github.com/citycide/tablemark-cli)", | ||
"repo": "[haltcase/tablemark-cli](https://github.com/haltcase/tablemark-cli)", | ||
"desc": "Generate markdown tables from JSON data at the command line." | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{"name":"trilogy","repo":"[citycide/trilogy](https://github.com/citycide/trilogy)","desc":"No-hassle SQLite with type-casting schema models and support for native & pure JS backends."} | ||
{"name":"strat","repo":"[citycide/strat](https://github.com/citycide/strat)","desc":"Functional-ish JavaScript string formatting, with inspirations from Python."} | ||
{"name":"tablemark-cli","repo":"[citycide/tablemark-cli](https://github.com/citycide/tablemark-cli)","desc":"Generate markdown tables from JSON data at the command line."} | ||
{"name":"trilogy","repo":"[haltcase/trilogy](https://github.com/haltcase/trilogy)","desc":"No-hassle SQLite with type-casting schema models and support for native & pure JS backends."} | ||
{"name":"strat","repo":"[haltcase/strat](https://github.com/haltcase/strat)","desc":"Functional-ish JavaScript string formatting, with inspirations from Python."} | ||
{"name":"tablemark-cli","repo":"[haltcase/tablemark-cli](https://github.com/haltcase/tablemark-cli)","desc":"Generate markdown tables from JSON data at the command line."} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters