npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

segi-cli

v2.0.4

Published

下载项目模板的脚手架

Downloads

31

Readme

a cli to create any project template that you want

一个创建任何你需要的项目模板脚手架

this cli includes .html project base on webpack, h5 project template base on vue, web project template base on vue and mini program of wechat. In addition, some of them support typescript.

这个脚手架包含了基于webpack搭建的.html文件的脚手架,一个基于vue的h5项目模板,基于vue的一个web项目模板,以及微信小程序的项目模板。除此之外,部分项目支持typescript.

installation 安装

  npm i segi-cli -g

or 或者

  yarn global add segi-cli

usage 使用说明

segi-cli create [projectName]

  segi-cli create projectName
  1. segi-cli create + the name of the project (segi-cli create + 项目名称)

  2. then you can choose which template that you need. (然后你可以选择你需要的模板)

template type 模板类型

these are types of project template (这是项目模板的类型)

  1. html: .html file project (.html的文件项目)
  2. web: vue3.0 web project template (vue3.0的pc端项目模板)
  3. mobile: h5 project template (h5项目模板)
  4. mobileTs: h5 project template which uses typescript (使用typescript的h5项目模板)
  5. webTs: vue3.0 web project template which uses typescript (使用typescriptd和vue3.0的pc端项目模板)
  6. miniProgram: mini-program for weChat project template which uses typescript (使用typescript的微信小程序项目模板)

Because of the use of this cli that is used by our own company, so we are sorry about that most of these project template need right to access except .html file project. 因为这个脚手架用来给自己公司使用,所以我们很抱歉大部分的项目模板需要权限去使用,除了.html文件项目

segi-cli init

  1. you can just choose what you want (你可以选择你想要的)
  2. this command can also create any project as you want which requires no jurisdiction. usage like the image below 这个命令也可以如你所愿创建任何项目模板,如下图所示 Image text

epilogue

enjoy~ Thank you~