Socket
Socket
Sign inDemoInstall

@lexmin0412/cli

Package Overview
Dependencies
157
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lexmin0412/cli

前端开发通用脚手架,一键生成应用/组件/插件模版


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@lexmin0412/init

这是一个前端脚手架。我的愿景是使用它来一键创建任何类型的前端项目。

全局安装(可选)

$ npm install @lexmin0412/init -g

用法

$ init

or

$ npx init

运行如上的命令后,依次会弹出如下的选项,按照提示键入即可。

如上图,在整个过程执行完毕之后,我们会看到刚刚创建的 my-lib 目录中创建了四个文件:

  • .gitignore
  • .npmrc
  • README.md
  • package.json

这是一个包含了基础结构的空项目,你可以基于它进行开发,不论是想要初始化一个工具类、一个单页应用,或一个 nodejs 服务,这些文件都是必要的。

已支持模版

  • 一个符合 npm 包标准结构的空项目
  • 基于 Rollup 的工具库
  • taro2.x 插件
  • taro3.x 插件
  • docsify 文档

更新日志

  • 点我查看

Keywords

FAQs

Last updated on 03 Sep 2022

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc