Commit c39875c 1 parent 71bc3d2 commit c39875c Copy full SHA for c39875c
File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 9
9
- Same for before-all and after-all.
10
10
- We could try to accumulate as much context as possible, but it doesn't seem worth complicating the existing design currently.
11
11
12
- ## Milestone: Version 1.0
13
-
14
- - Versioning strategy, labels and docs/automation
15
- - Basic contributor agreement if needed
16
-
17
12
## Post v1 Roadmap
18
13
19
14
- Get Topiary Nushell formatting working as commit hook (if it's readable)
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ First-time installation:
37
37
38
38
``` nushell
39
39
git https://github.com/vyadh/nutest.git
40
+ do { cd nutest; git checkout <version> } # Where <version> is the latest release
40
41
nupm install nutest --path
41
42
```
42
43
@@ -54,6 +55,7 @@ First-time installation:
54
55
55
56
``` nushell
56
57
git https://github.com/vyadh/nutest.git
58
+ do { cd nutest; git checkout <version> } # Where <version> is the latest release
57
59
cp -r nutest/nutest <a directory referenced by NU_LIB_DIRS / $env.NU_LIB_DIRS>
58
60
```
59
61
Original file line number Diff line number Diff line change 1
1
{
2
2
name: "nutest"
3
3
type: "module"
4
- version: "1.0.0-alpha "
4
+ version: "1.0.0"
5
5
description: "Nutest, The Nushell test framework"
6
6
license: "MIT"
7
7
}
You can’t perform that action at this time.
0 commit comments