Skip to content

Commit 2ceb56e

Browse files
Added contentstack utilities
1 parent c9929d3 commit 2ceb56e

7 files changed

Lines changed: 7095 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "oclif"
3+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@contentstack/cli-command
2+
===================
3+
4+
[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
5+
6+
Base class for Contentstack CLI commands. Built off of [oclif](https://oclif.io). To get started with Contentstack CLI, refer to the [CLI documentation](https://www.contentstack.com/docs/developers/cli/).

0 commit comments

Comments
 (0)