top | item 46879081

(no title)

ashishb | 26 days ago

Tell me a better alternative that allows me to run, say, 'markdown lint', an npm package, on the current directory without giving access to the full system on Mac OS?

discuss

order

ATechGuy|26 days ago

sandbox-exec -f curr_dir_access_profile.sb markdownlint

ashishb|26 days ago

So you have to install npm package markdownlint on your machine and let it run it's potentially dangerous postinstall step?