We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadfbaf commit f5caf16Copy full SHA for f5caf16
README.md
@@ -17,11 +17,11 @@ npm i graceful-process
17
18
## Usage
19
20
-Require this module and execute it on every child process file.
+Import this module and execute it on every child process file.
21
22
-```js
23
-// mycli.js
24
-const { graceful } = require('graceful-process');
+```ts
+// mycli.ts
+import { graceful } from 'graceful-process';
25
26
graceful({ logger: console, label: 'mycli-child-cmd' });
27
```
0 commit comments