20
20
21
21
A highly-opinionated, zero-config CLI for consistent infra for Ben Ilegbodu's Typescript-based libraries.
22
22
23
- ## ToC
24
-
25
- - [ Installation] ( #installation )
26
- - [ Quick Usage] ( #quick-usage )
27
- - [ Docs] ( docs/ )
28
- - [ Supported Node Versions] ( #supported-node-versions )
29
- - [ Technologies Used] ( #technologies-used )
30
- - [ Contributing] ( CONTRIBUTING.md )
31
- - [ Project philosophy] ( #project-philosophy )
32
- - [ License] ( LICENSE )
23
+ ## Table of Contents
24
+
25
+ - [ @benmvp/cli ] ( #benmvpcli )
26
+ - [ Table of Contents] ( #table-of-contents )
27
+ - [ Installation] ( #installation )
28
+ - [ Quick Usage] ( #quick-usage )
29
+ - [ Unit Testing] ( #unit-testing )
30
+ - [ Developing] ( #developing )
31
+ - [ Building] ( #building )
32
+ - [ Integration Testing] ( #integration-testing )
33
+ - [ Docs] ( #docs )
34
+ - [ Supported Node Versions] ( #supported-node-versions )
35
+ - [ Technologies Used] ( #technologies-used )
36
+ - [ Contributing] ( #contributing )
37
+ - [ Project philosophy] ( #project-philosophy )
38
+ - [ License] ( #license )
33
39
34
40
## Installation
35
41
@@ -45,11 +51,14 @@ Installs the latest version of `@benmvp/cli` as a dev dependency and updates the
45
51
"scripts" : {
46
52
"start" : " benmvp start" ,
47
53
"test" : " benmvp test" ,
48
- "build" : " benmvp build"
54
+ "build" : " benmvp build" ,
55
+ "integrate" : " benmvp integrate"
49
56
}
50
57
}
51
58
```
52
59
60
+ > NOTE: More fields within the ` package.json ` will be updated to set up the library for proper releasing.
61
+
53
62
Read the API docs for more on [ ` benmvp create ` ] ( docs/cli/create.md ) .
54
63
55
64
## Quick Usage
@@ -118,7 +127,7 @@ Contributions are welcome! See [Contributing Guidelines](CONTRIBUTING.md) for mo
118
127
119
128
## Project philosophy
120
129
121
- We take the stability of this SDK ** very** seriously. ` @benmvp/cli ` follows the [ SemVer] ( http://semver.org/ ) standard for versioning.
130
+ We take the stability of this library ** very** seriously. ` @benmvp/cli ` follows the [ SemVer] ( http://semver.org/ ) standard for versioning.
122
131
123
132
All updates must pass the [ CI build] ( https://github.com/benmvp/benmvp-cli/actions ) .
124
133
0 commit comments