verbose / verb-generate-readme

Generate your project's readme with verb. Requires verb v0.9.0 or higher.
MIT License
162 stars 13 forks source link

Problem with the `{%= repository %}` when pkg.name is scoped #27

Closed tunnckoCore closed 5 years ago

tunnckoCore commented 6 years ago

Was driving me crazy last few hours :laughing: I thought "damn, i'm really stupid guy, why tha heck?!" ;d

Anyway. Sorry for the reports. I know for the upcoming complete refactor of most tools but.. Just to be notified and take it in mind for future. At least all those things are notes for me too.

Simple example:

.verb.md

# {%= repository %}

package.json

{
  "name": "@tunnckocore/foo",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "repository": "tunnckoCoreLabs/foo"
}

After running verb it creates README.md with

# tunnckoCoreLabs/tunnckocore
tunnckoCore commented 5 years ago

Seems not related anymore.