How to elegantly store a list of scripts? #13004
-
Using npm we can run |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
See #12764 |
Beta Was this translation helpful? Give feedback.
-
You may also look at the denon module, which can store scripts in a scripts.json file with various options like permissions, etc., in the same way as the proposal above. You can then run a script with |
Beta Was this translation helpful? Give feedback.
-
Using a shebang can also get a long way: I saw this in tools/format.js and I kind of like it. |
Beta Was this translation helpful? Give feedback.
See #12764