outline-server
outline-server copied to clipboard
Reorganize `npm run action` for better ergonomics
With this change npm run action some/project/verb becomes npm run action verb some/project. When the action is start or test, this
is aliased to npm start some/project or npm test some/project. This
aligns better with npm's standard patterns, reduces typing, and results
in commands that look more like natural sentences.