link from readme logo to website by cspotcode · Pull Request #1604 · TypeStrong/ts-node
* Note `skip-ignore` for "Skipping `node_modules`" (#1553) * Note `skip-ignore` for "Skipping `node_modules`" * Remove spurious duplication * update * revert changes to readme; readme is built from docs/ * more wordsmithing * more tweaks Co-authored-by: Andrew Bradley <cspotcode@gmail.com> * Passing arguments in shebang on Linux (env -S) (#1545) * Passing arguments in shebang on Linux (env -S) It is possible to pass arguments into commands in the shebang on Linux using the env(1) -S option. * fix * fix * fix Co-authored-by: Andrew Bradley <cspotcode@gmail.com> * link from readme logo to website (#1604) Co-authored-by: webstrand <webstrand@gmail.com> Co-authored-by: wmb <sheeit@users.noreply.github.com>