ceruleanlabs / marco

Simple CLI tool for fetching list of projects which are ready for a release
https://www.npmjs.com/package/marco-cli
MIT License
0 stars 0 forks source link

Make bin/marco executable #7

Closed bergren2 closed 6 years ago

bergren2 commented 6 years ago

Lemme know if this doesn't make a ton of sense, I'm not up-to-date on good Node practices.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 52


Totals Coverage Status
Change from base Build 50: 0.0%
Covered Lines: 103
Relevant Lines: 298

💛 - Coveralls
bergren2 commented 6 years ago

Actually using yarn start the file doesn't even need to be marked as executable, so I can just make this a doc change.

bergren2 commented 6 years ago

And actually you resolved this doc change when you redid the docs, so I'm going to close this out. 😆

rehret commented 6 years ago

Yep, I kept it in mind when I was revamping the docs. I think this route makes the most sense because the start script could be changed if the entry point changes, which wouldn't require everyone change how they're executing this locally.