Skip to content

Commit e0981d9

Browse files
committed
Added Usage example (CLI types)
1 parent 8087a5a commit e0981d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Install the command-line utility using [NPM](https://npmjs.com).
1212

1313
$ npm install -g @lambda-lambda-lambda/types
1414

15+
## Usage
16+
17+
```javascript
18+
19+
import {AppConfig} from '@lambda-lambda-lambda/types/cli';
20+
```
21+
1522
## Developers
1623

1724
### CLI options

0 commit comments

Comments
 (0)