So it would help to document that in the README.md first of all.
Everything works then; i.e. you can use cli-name in dev and prod to run the CLI. However, pastel dev still shows the package name;
Development mode
Pastel watches your "commands" directory for changes and rebuilds application
when needed. After first successful build Pastel will also link your CLI for
you, so feel free to run your command right away:
$ @org/package-name --help
Now go create some beautiful CLI!
It took me way too long to realise that you can do this in your
package.json
:So it would help to document that in the README.md first of all.
Everything works then; i.e. you can use cli-name in dev and prod to run the CLI. However,
pastel dev
still shows the package name;