dev-cli
dev-cli copied to clipboard
readme generates different architecture and node version depending on machine running the command
In the usage section of the generated readme it will generate an example output with a string specifying the system architecture and node version, ie: darwin-x64 node-v10.16.0. This is based on the machine that generates the readme.
The main issue is that this causes PR noise and for those unfamiliar a brief explanation. What would be useful is if this could maybe do one of the following:
- configured either in the
package.jsonunder the oclif key - Based on the minimum version specified by the
engineskey in thepackage.json
The fallback could still be to use what comes from the machine running the command.