Proposal: use npm run instead of the donejs command
Open
discussion
question
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
One of the things that first confused me when building a DoneJS app was that the special commands, like `donejs develop` and `donejs build`, are just running npm scripts[1]. When I didn’t know about npm scripts, the donejs commands seemed like “magic” (something specific to using the donejs cli), and when I did learn about npm scripts, then it seemed unnecessary to have to install the DoneJS cli to work in a project that was generated with DoneJS.
Is there a reason why we specifically encourage commands like `donejs develop` instead of `npm run develop`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.