New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cnb-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cnb-cli

CNB-CLI is a command-line interface tool designed to help developers quickly create and manage code repositories. It provides a simple and efficient way to initialize projects, manage repository configurations, and automate common development tasks.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

CNB-CLI

CNB-CLI is a command-line interface tool designed to help developers quickly create and manage code repositories. It provides a simple and efficient way to initialize projects, manage repository configurations, and automate common development tasks.

Installation

npm install cnb-cli

Usage

cnb repo create <name> [desc] [visibility]
cnb repo list
cnb repo rm <name>

File Tree

cnb
├─ arch.md                 # 项目架构说明文档
├─ index.js                # CLI 入口文件
├─ package.json            # 项目配置与依赖声明
├─ pnpm-lock.yaml          # pnpm 包管理器的依赖锁定文件
├─ README.md               # 项目说明文档
├─ scripts
│  └─ completion.nu        # 命令行自动补全脚本(NuShell)
└─ src
   ├─ commands
   │  ├─ release.js       # 发布相关命令实现
   │  └─ repo.js          # 仓库相关命令实现
   ├─ lib
   │  ├─ config.js        # 配置加载与管理模块
   │  └─ request.js       # 网络请求封装模块
   └─ main.js             # 主程序逻辑入口

FAQs

Package last updated on 17 Dec 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