ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 77 forks source link

Epic - Document using scripts in package.json for common tasks #272

Open jenweber opened 1 year ago

jenweber commented 1 year ago

This issue tracks the work to document RFC 831, Standardize use of package.json scripts

To do:

Shivareddy-Aluri commented 1 year ago

@jenweber i can work on this. so we should encourage ppl to have the ember cli commands like ember serve and ember test / ember exam inside the scripts in package.json and use it ?

jenweber commented 1 year ago

Hello! If you can help line up these changes, that would be great! However your PRs would not be able to be merged until after https://github.com/emberjs/rfcs/pull/831 is merged.

What we want to encourage is for people to use npm serve or yarn serve instead of ember serve. The scripts are already part of the blueprints in package.json (the files someone see when they create a new app).

Let me know if you have any other questions! Thanks for coming by to help!