Skip to content
New issue

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

Idea, suggestion: set nwFlavor as argument. #22

Open
lvlirko opened this issue Apr 15, 2021 · 0 comments
Open

Idea, suggestion: set nwFlavor as argument. #22

lvlirko opened this issue Apr 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lvlirko
Copy link

lvlirko commented Apr 15, 2021

For example nwp --flavor-sdk or nwp --flavor-normal.

This way you can use SDK in development but leave it out for production.

// package.json
{
  "scripts": {
    "dev": "nwp -r --flavor-sdk",
    "build": "nwp --flavor-normal"
  }
}
@charlielee charlielee added the enhancement New feature or request label Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants