Skip to content

Commit 7836c3d

Browse files
author
Netraj Patel
committed
updated readme commands and gitignore
1 parent e85d399 commit 7836c3d

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
*-debug.log
22
*-error.log
3+
*.log
4+
.dccache
35
/.nyc_output
46
/dist
57
/lib

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cli-cm-regex-validate
2-
=====================
1+
# cli-cm-regex-validate
32

43
Validate Fields with Regex Property of Content Type and Global Field in a Stack
54

@@ -9,13 +8,18 @@ Validate Fields with Regex Property of Content Type and Global Field in a Stack
98
[![License](https://img.shields.io/npm/l/cli-cm-regex-validate.svg)](https://github.com/contentstack/cli-cm-regex-validate/blob/master/package.json)
109

1110
<!-- toc -->
12-
* [Usage](#usage)
13-
* [Commands](#commands)
11+
12+
- [Usage](#usage)
13+
- [Commands](#commands)
1414
<!-- tocstop -->
15+
1516
# Usage
17+
1618
<!-- usage -->
19+
1720
```sh-session
18-
$ npm install -g @contentstack/cli-cm-regex-validate
21+
$ npm install -g @contentstack/cli
22+
$ csdx plugins:install @contentstack/cli-cm-regex-validate
1923
$ csdx COMMAND
2024
running command...
2125
$ csdx (-v|--version|version)
@@ -25,10 +29,14 @@ USAGE
2529
$ csdx COMMAND
2630
...
2731
```
32+
2833
<!-- usagestop -->
34+
2935
# Commands
36+
3037
<!-- commands -->
31-
* [`csdx cm:stacks:validate-regex`](#csdx-cmstacksvalidate-regex)
38+
39+
- [`csdx cm:stacks:validate-regex`](#csdx-cmstacksvalidate-regex)
3240

3341
## `csdx cm:stacks:validate-regex`
3442

@@ -60,4 +68,5 @@ EXAMPLES
6068
```
6169

6270
_See code: [src/commands/cm/stacks/validate-regex.ts](https://github.com/contentstack/cli-cm-regex-validate/blob/v1.0.2/src/commands/cm/stacks/validate-regex.ts)_
71+
6372
<!-- commandsstop -->

0 commit comments

Comments
 (0)