Skip to content

Commit f10409c

Browse files
committed
Added readme for datastore samples
1 parent 1be77f4 commit f10409c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

datastore/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Datastore Samples
2+
3+
## Run a sample
4+
5+
Install dependencies:
6+
7+
```
8+
$ npm install
9+
```
10+
11+
To print available commands:
12+
13+
```
14+
$ npm run
15+
```
16+
17+
Execute a sample:
18+
19+
```
20+
$ npm run <sample> -- [arg_1] [arg_2] [arg_n]
21+
```
22+
23+
Example:
24+
25+
```
26+
$ npm run tasks -- list
27+
```

0 commit comments

Comments
 (0)