We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--name
Do you want to request a feature or report a bug?
Feature / Fix
What is the current behavior?
The --name flag does nothing & is described to do 2 different things:
'Package name for the app' here
'Package name for the app'
'directory and package name for the new app' here
'directory and package name for the new app'
What is the expected behavior?
The --name flag should set the name of the generated app inside package.json and the manifest.json.
package.json
manifest.json
It should not worry about the dest/directory name, since that's what --dest is for.
--dest
The text was updated successfully, but these errors were encountered:
use argv.name within pkg & manifest (Closes #326)
argv.name
6b878d4
- declare `log-symbols` as a dependency - it is already a direct dependency of `ora`
f1891fe
lukeed
No branches or pull requests
Do you want to request a feature or report a bug?
Feature / Fix
What is the current behavior?
The
--name
flag does nothing & is described to do 2 different things:'Package name for the app'
here'directory and package name for the new app'
hereWhat is the expected behavior?
The
--name
flag should set the name of the generated app insidepackage.json
and themanifest.json
.It should not worry about the dest/directory name, since that's what
--dest
is for.The text was updated successfully, but these errors were encountered: