scriptlint
scriptlint copied to clipboard
improve categories/namespaces
Right now: https://github.com/peerigon/scriptlint/blob/master/src/constants.ts#L3
export const NAMESPACES = [
"build",
"dev",
"format",
"other",
"report",
"setup",
"start",
"test",
];
I have encoutered two (for me) common scripts, that don't quite fit any of these:
- fetching data from remote APIs (e.g. translation service) – maybe
setup:<foo>
? - running automated housekeeping tasks (updtr) – also with
setup
?
How about you?
@bytetyde talked about deploy
as a category.
Is there a configuration option to add a namespace that makes senes to me as a user?
Not yet, I will consider it!