When using npm (commonly with nodejs), we can pre-define command line commands in the package.json file, using the scripts option. Use Case: Pre-Standardized Commands Per Organization Description: Allow teams to standardize commands to allow easy cross-project development and collaboration. In our example, we will standardize a command extended-test that should be run by all developers […]
package.json scripts
- Post author By Sam French
- Post date
- Categories In javascript, nodejs
- No Comments on package.json scripts