Socket
Book a DemoInstallSign in
Socket

@sunzinet-org/cli

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sunzinet-org/cli

SUNZINET CLI tools

0.1.0
latest
npmnpm
Version published
Maintainers
0
Created
Source

Installation

npm install -g @stefanodilegamisunzinet/sunzinet-cli

CMS Integration

Initialize a new CMS integration with either Storyblok or Contentful:

sunzinet cms init --template <template> [--name <app-name>]

Options

  • -t, --template <template>: Choose the CMS template (required)
    • Available templates: storyblok, contentful
  • -n, --name <name>: Specify the application name (optional)
    • If not provided, you'll be prompted to enter one
    • Default: "my-cms-app"

Examples

# Initialize Storyblok integration with a specific name
sunzinet cms init --template storyblok --name my-storyblok-project

# Initialize Contentful integration (will prompt for name)
sunzinet cms init --template contentful

Usage

CMS Integration

Initialize a new CMS integration:

sunzinet cms init [options]

Options

  • -t, --template <template>: Choose the CMS template (storyblok/contentful/typo3)
  • -n, --name <name>: Specify the application name

Development

To contribute to this CLI:

  • Clone the repository
  • Install dependencies:
    npm install
    
  • Start development mode:
    npm run dev
    
  • Link the CLI locally:
    npm link
    
  • To uninstall/unlink the CLI:
    npm unlink @stefanodilegamisunzinet/sunzinet-cli -g
    

Publishing

To publish a new version to npm:

  • Update version in package.json:

    npm version patch  # for bug fixes
    npm version minor  # for new features
    npm version major  # for breaking changes
    
  • Publish to npm:

    npm publish --access=public
    

Note: You need to be logged in to npm and have access to the @stefanodilegamisunzinet organization to publish.

Keywords

cli

FAQs

Package last updated on 03 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.