package-script-utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

package-script-utils

npm version

Utils to play around with package script - add script, get script, delete script.

Getting Started

Install

npm i package-script-utils

Usage

import {addScript, deleteScript, getScript} from 'package-script-utils';

const testScript = getScript('test');

addScript('postinstall', 'echo "Postinstall"');

deleteScript('postinstall')

Credits

Package Sidebar

Install

npm i package-script-utils

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Unpacked Size

16.9 kB

Total Files

11

Last publish

Collaborators

  • maddhruv