Skip to content

Commit

Permalink
chore(cli): tagged version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Aug 11, 2024
1 parent 004934c commit 12562f4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ worse. This extension provides an aid for that.

Installing it from [VsCode marketplace](https://marketplace.visualstudio.com/items?itemName=marabesi.smelly-test)

### Command Line Interface

```sh
npm run cli -- path/to/file/test.js typescript
```

## The research behind Smelly

This extension is one of the results of an ongoing research effort to navigate the intersection between the TDD
Expand Down
5 changes: 5 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# @smelly/cli

## Command Line Interface

```sh
npm run cli -- path/to/file/test.js typescript
```
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smelly-cli",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",
"main": "dist/cli.js",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"esprima": "^4.0.1",
"hex-rgb": "^5.0.0",
"ts-node": "^10.9.2",
"@smelly/cli": "*"
"smelly-cli": "*"
},
"pricing": "Free",
"sponsor": {
Expand Down

0 comments on commit 12562f4

Please sign in to comment.