Socket
Book a DemoInstallSign in
Socket

isv-lynx-dev

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

isv-lynx-dev

isv-lynx开发环境

unpublished
latest
npmnpm
Version
0.1.27
Version published
Maintainers
2
Created
Source

ISV-Lynx 开发环境搭建

⚠️ lynx生态组件暂未开放,目前只面向合作ISV机构使用。开发说明文档请参考合作资料。

如何开始

1、全局安装依赖ilynx

npm install isv-lynx-dev -g

2、创建初始化项目

ilynx create project

3、开发 & 预览

cd project
ilynx start

4、添加用户

需要提前由ISV公司向平台提交开发者名单注册

ilynx addUser

5、组件发布

需要授权的开发者权限

发布组件

ilynx component publish

检索已发布组件

ilynx component list

6、模板发布

普通开发者不允许发布

发布模板

  • 发布默认模板(project)
ilynx template publish
  • 指定模板名称
ilynx template publish $template_name

检索模板列表

ilynx template list

下载模板

ilynx template get $template_name

FAQs

Package last updated on 16 Sep 2021

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