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

dolphin-h5-cli

v0.1.2

Published

dolphin-h5-cli 搭建插件开发的项目脚手架

Downloads

2

Readme

致力于Dolphin Framework 前端最佳实践的脚手架构建工具

1、安装:

安装 dolphin-h5-cli 脚手架工具
$ npm install -g dolphin-h5-cli  

检测是否安装成功
$ dof --version 或者 dof --help 出现相关的版本和帮助信息即代表安装成功。
2、步骤说明:

以默认模版创建weex项目

$ dof create 或者 dof c , 然后根据命令行的提示输入相关的信息,即可完成代码的配置和初始化。
    ? Project name: (dolphin-demo-project):     自定义<项目名称>

    ❯ common:  模版一:通用模版(支持)
    commom +eslint:  模版二: 配置eslint 代码风格检查

    ? version: (0.0.1):  项目 <版本信息>

    ? description: (A vue project with dophin ui):  项目 <描述>

    ? author: <作者>。

添加自定义的项目模版到个人的本地目录,类似于喜爱收藏功能,因gitlab权限问题,收藏功能暂时仅支持github创建的项目,gitlab待后续扩展支持。
 $ dof add 或者 dof a , 然后根据命令行的提示输入相关的信息,即可完成自定义模版的收藏功能。
    ? Set the custom name of the template:     <自定义模版名称>

    ? Owner/name of the template::     dolphin-ui

    ? Owner/name of the template::     <分支名称> 默认分支:master         

查看收藏的模版列表
 $ dof list 或者 dof l , 然后命令行中输入模版列表的表格。

已收藏列表中的模版项目创建项目
 $ dof init 或者 dof i , 然后根据命令行的提示输入相关的信息完成操作。
    ? please input template name:   输入收藏列表中的 <模版名称>

    ? Project name:     自定义的  <项目名称>

    ? please input the author:     <作者>

    ? Where to init the project: (./):    创建 <项目路径>  默认是当前目录下

删除收藏的模版列表
 $ dof delete 或者 dof d

文档线上地址: