scriptlint icon indicating copy to clipboard operation
scriptlint copied to clipboard

improve categories/namespaces

Open moritzjacobs opened this issue 5 years ago • 3 comments

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?

moritzjacobs avatar Feb 14 '20 11:02 moritzjacobs

@bytetyde talked about deploy as a category.

moritzjacobs avatar Feb 19 '20 14:02 moritzjacobs

Is there a configuration option to add a namespace that makes senes to me as a user?

vincenzon avatar Jul 27 '22 12:07 vincenzon

Not yet, I will consider it!

moritzjacobs avatar Jul 27 '22 12:07 moritzjacobs