Skip to content

Commit

Permalink
Merge pull request #21 from contentstack/clone-stack
Browse files Browse the repository at this point in the history
Clone stack branch merge in develop branch
  • Loading branch information
rohitmishra209 authored Mar 5, 2021
2 parents bc5635b + 730fbd5 commit 0d91b14
Show file tree
Hide file tree
Showing 49 changed files with 12,991 additions and 1,348 deletions.
Binary file removed dependency/contentstack-management-1.0.0.tgz
Binary file not shown.
Binary file added dependency/contentstack-management-1.1.2.tgz
Binary file not shown.
1,162 changes: 1,162 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

404 changes: 310 additions & 94 deletions packages/contentstack-bulk-publish/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^5.16.0",
"eslint-config-oclif": "^3.1.0",
"globby": "^10.0.2",
"mocha": "^5.2.0",
"mocha": "^8.2.1",
"nyc": "^14.1.1"
},
"engines": {
Expand All @@ -38,7 +38,9 @@
],
"homepage": "https://github.com/contentstack/cli",
"keywords": [
"contentstack","cli","plugin"
"contentstack",
"cli",
"plugin"
],
"license": "MIT",
"oclif": {
Expand Down
11 changes: 11 additions & 0 deletions packages/contentstack-clone/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions packages/contentstack-clone/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "oclif"
}
8 changes: 8 additions & 0 deletions packages/contentstack-clone/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*-debug.log
*-error.log
/.nyc_output
/dist
/tmp
/yarn.lock
node_modules
coverage
15 changes: 15 additions & 0 deletions packages/contentstack-clone/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@contentstack/cli-cm-clone
==========================

Contentstack stack clone plugin

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@contentstack/cli-cm-clone.svg)](https://npmjs.org/package/@contentstack/cli-cm-clone)
[![Downloads/week](https://img.shields.io/npm/dw/@contentstack/cli-cm-clone.svg)](https://npmjs.org/package/@contentstack/cli-cm-clone)
[![License](https://img.shields.io/npm/l/@contentstack/cli-cm-clone.svg)](https://github.com/rohitmishra209/cli-cm-clone/blob/master/package.json)

<!-- toc -->
# Usage
<!-- usage -->
# Commands
<!-- commands -->
4 changes: 4 additions & 0 deletions packages/contentstack-clone/bin/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node

require('@oclif/command').run()
.catch(require('@oclif/errors/handle'))
3 changes: 3 additions & 0 deletions packages/contentstack-clone/bin/run.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

node "%~dp0\run" %*
Loading

0 comments on commit 0d91b14

Please sign in to comment.