Reads the starter entries a package declares in package.json -> stone.starters. When none are declared, the whole package is treated as a single starter (path .), so a plain template repo works with zero manifest.
package.json
stone.starters
.
The package's manifest.
The declared starter entries.
Reads the starter entries a package declares in
package.json->stone.starters. When none are declared, the whole package is treated as a single starter (path.), so a plain template repo works with zero manifest.