diff options
author | EuAndreh <eu@euandre.org> | 2023-11-09 09:27:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-09 10:33:56 -0300 |
commit | b044318951258e39ef4a547c2b00a05b795d827a (patch) | |
tree | 319ba916a3d2758800dcdd827b9d1ed92ac4223e /src | |
parent | Refine description and long-description (diff) | |
download | papod-b044318951258e39ef4a547c2b00a05b795d827a.tar.gz papod-b044318951258e39ef4a547c2b00a05b795d827a.tar.xz |
Setup correct project install and uninstall
Diffstat (limited to 'src')
-rw-r--r-- | src/api.js | 3 | ||||
-rwxr-xr-x | src/cli.js (renamed from src/bin/papo) | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/api.js b/src/api.js new file mode 100644 index 0000000..1ce7bcc --- /dev/null +++ b/src/api.js @@ -0,0 +1,3 @@ +export const main = async () => { + console.log({ argv: process.argv }); +}; diff --git a/src/bin/papo b/src/cli.js index aa602f7..aa602f7 100755 --- a/src/bin/papo +++ b/src/cli.js |