Skip to content

Commit 69efe3b

Browse files
committed
add readme and license to cli package for publishing
1 parent 36cca31 commit 69efe3b

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

packages/flowtest-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flowtestai-cli
22

3-
With FlowTestAI CLI, you can now run your end to end tests directly from command line.
3+
With FlowTestAI CLI, you can now run your end to end flows, constructed using FlowTestAI, directly from command line.
44

55
This makes it easier to run your tests in different environments, automate your testing process, and integrate your tests with your continuous integration and deployment workflows.
66

@@ -9,7 +9,7 @@ This makes it easier to run your tests in different environments, automate your
99
To install the FlowTestAI CLI, use the node package manager of your choice, such as NPM:
1010

1111
```bash
12-
npm install -g @flowtestai/cli
12+
npm install -g flowtestai
1313
```
1414

1515
## Getting started

packages/flowtest-cli/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@flowtestai/cli",
2+
"name": "flowtestai",
33
"version": "1.0.0",
44
"description": "CLI to run flow from command line",
55
"main": "bin/index.js",
@@ -9,6 +9,13 @@
99
"bin": {
1010
"flow": "bin/index.js"
1111
},
12+
"bugs": {
13+
"url": "https://github.com/FlowTestAI/FlowTest/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/FlowTestAI/FlowTest.git"
18+
},
1219
"author": "Sajal Jain <jsajal1993@gmail.com>",
1320
"license": "MIT",
1421
"dependencies": {

0 commit comments

Comments
 (0)