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

jkyun-cli

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jkyun-cli

使用方式:

latest
npmnpm
Version
0.0.7
Version published
Weekly downloads
1
-50%
Maintainers
3
Weekly downloads
 
Created
Source

使用方式:

环境: node > 7.6

安装:

npm install jkyun-cli -g

本地开发: 将项目clone到本地执行npm link(link的时候最好改一下全局变量的名字,避免和已有的全局变量名冲突, 在package.json中修改bin)

使用:

jkyun-cli create demo

提交代码时遵循commitlint规范

例:

git commit -m "feat: 添加xxx功能"
名称含义
build编译相关的修改,例如发布版本、对项目构建或者依赖的改动
chore其他修改, 比如改变构建流程、或者增加依赖库、工具等
ci持续集成修改
docs文档修改
feat新特性、新功能
fix修改bug
perf优化相关,比如提升性能、体验
refactor代码重构
revert回滚到上一个版本
style代码格式修改, 注意不是 css 修改
test测试用例修改

Keywords

jkyun

FAQs

Package last updated on 04 Jan 2022

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