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

memo-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memo-cli

## 开始

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

起步

开始

  • 下载地址

git clone https://github.com/keno-lee/memo-cli.git

  • 执行命令

npm install 安装依赖

npm link 写入全局命令

lerna.js

  • 定义:
    • Lerna 是一个用来优化托管在git\npm上的多package代码库的工作流的一个管理工具,可以让你在主项目下管理多个子项目,从而解决了多个包互相依赖,且发布时需要手动维护多个包的问题。
  • 安装
    • $ mkdir lerna-repo && cd $_
    • $ npx lerna init
  • 配置 lerna.json
    • version: "independent" - Independent mode 多包独立版本模式
    • version: "0.0.1" - Fixed/Locked mode(default) 统一管理模式

FAQs

Package last updated on 28 Sep 2018

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