File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
![ TypeScript: Strict] ( https://img.shields.io/badge/typescript-strict-brightgreen.svg )
6
6
[ ![ NPM version] ( https://badge.fury.io/js/template-typescript-node-package.svg )] ( http://badge.fury.io/js/template-typescript-node-package )
7
7
8
- > TODO: description! ✨
8
+ > Template TypeScript Node.js package with all the CI bells & whistles I commonly use. ✨
9
9
10
10
## Usage
11
11
@@ -14,7 +14,11 @@ npm i template-typescript-node-package
14
14
```
15
15
16
16
``` ts
17
- // TODO: Usage!
17
+ import { greet } from " template-typescript-node-package" ;
18
+
19
+ greet ({
20
+ message: " Hello, world!" ,
21
+ });
18
22
```
19
23
20
24
## Development
Original file line number Diff line number Diff line change 1
1
{
2
2
"author" :
" Josh Goldberg <[email protected] >" ,
3
- "description" : " TODO: description! " ,
3
+ "description" : " Template TypeScript Node.js package with all the CI bells & whistles I commonly use. ✨ " ,
4
4
"devDependencies" : {
5
5
"@semantic-release/commit-analyzer" : " ^9.0.2" ,
6
6
"@semantic-release/git" : " ^10.0.1" ,
You can’t perform that action at this time.
0 commit comments