An open API service indexing awesome lists of open source software.

https://github.com/iansu/set-package-script

A replacement for the deprecated npm set-script command
https://github.com/iansu/set-package-script

Last synced: 7 months ago
JSON representation

A replacement for the deprecated npm set-script command

Awesome Lists containing this project

README

          

# set-package-script

A replacement for the deprecated npm set-script command

## Usage

```sh
npx set-package-script [command]
```

## Examples

### Add a build script

```sh
npx set-package-script build "tsc -p tsconfig.json"
```

### Delete a prepare script

```sh
npx set-package-script prepare
```

If you don't provide a command and there's an existing script defined it will be removed