dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

Results 82 dev-cli issues
Sort by recently updated
recently updated
newest added

For example: ````markdown # Stuff you need to do ```bash # Run this command if you want, but it's a good idea. echo "hello" ``` ```` `oclif-dev readme` will generate...

The install command output to `README.md` is: ``` npm install -g NAME_OF_MODULE ``` This doesn't work for me since the module I'm working on is unpublished. I see there are...

I understand that the `oclif-dev pack:win` command does not run on Windows -- it is meant to be executed on Linux or macOS. The problem I am having is that...

Hi, I'd like to request support for building RPMs. Happy to contribute this as well but I probably wont get to it until I wrap up the CLI I'm building...

The readme generated has the `See code ...` but it links to a public github. I'm hosting this on an enterprise GitHub so I need to update the URL. Can...

I am using oclif on Windows, and am having trouble with `oclif-dev readme` duplicating content and the end tags. This produces diffs like this: ```diff λ git diff warning: LF...

bug

when building the README the repo assumption is that the URL is HTTP and not Git. can we please configure this to handle cases when Git is required as the...

It would be good if this CLI could generate the docs matching the docusaurus style (the same doc portal used in oclif.dev).

Using a lerna monorepo & yarn workspaces, I found that moving all my packages' devDependencies up to the root level fixed a bunch of stuff, but when I came to...

My project uses `lerna`. When I execute `lerna link convert` - it removes all `devDependencies` from my packages. Then, if I run task `oclif-dev readme`, it fails with this error:...