zachlysobey / z-starter

A bunch of templates for different types of projects, put together in a novel way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add repository field to package.json

zachlysobey opened this issue · comments

this is something that is really nice to have. Its most useful on projects that get published to npm.

You can npm repo <project-name> and it will open the repo in the browser.

If its not published to npm, npm repo from within the project directory works like above.

A line would need to be added to the TODO for updating this