-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtodo.txt
More file actions
13 lines (9 loc) · 668 Bytes
/
todo.txt
File metadata and controls
13 lines (9 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
- Add it to the NPM registry
- Add functionality to explicitly include certain files that my packager excludes (sample use case: `node_modules` may contain 2nd party code)
- Dry run functionality - Return JSON
- Have a test to check e.g. if a `.js` file exists in the folder to zip up and otherwise say something like "You're sure this is the correct folder?"
- `-t` instead of `-target`
- Maybe use this tool for flag aliases: https://pkg.go.dev/rsc.io/getopt
- Or maybe https://www.thorsten-hans.com/lets-build-a-cli-in-go-with-cobra/
- Put the `frontend` in a different zip if is part of the backend
- Test if unsigned binaries lead to issues in Windows