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

better-yourself

v2.0.2

Published

This is a Cli tool written in Node that can help you quickly build front-end basic projects

Downloads

8

Readme

中文文档

一.说明

这是一个使用 Node 编写的 Cli 工具,可以帮您快速搭建前端基础项目 :stuck_out_tongue_winking_eye:

二.使用方式

  1. 电脑首先要有 node 运行环境,如未安装 node 请先下载安装
  2. 在终端命令行中 npm install better-yourself -g 把脚手架安装到您电脑全局
  3. 创建项目 在您想创建项目的文件夹目录终端输入
    1. React 版本(含有配置生成页面功能):better-yourself create projectName react
    2. Vue2 版本:better-yourself create projectName vue2
  4. 等待项目创建完成 可以先行查看 README.md,对基础框架有一个初步了解

三.版本更新记录

  • 1.x.x 完成 Cli 搭建(demo 阶段)
  • 2.0.0 开始正式版本
  • 2.0.1 修改 README.md 文档
  • 2.0.2 修改 README.md 文档

English document

一. Description

This is a Cli tool written in Node that can help you quickly build front-end basic projects :stuck_out_tongue_winking_eye:

二.How to use

  1. The computer must first have a node operating environment. If node is not installed, please download and install it first
  2. In the terminal command line npm install better-yourself -g to install the scaffolding globally on your computer
  3. Create a project Enter the terminal in the folder directory where you want to create the project
    1. React version (with configuration generation page function): better-yourself create projectName react
    2. Vue2 version: better-yourself create projectName vue2
  4. Wait for the project to be created. You can view README.md first to have a preliminary understanding of the basic framework

三.Version update record

  • 1.x.x Complete the Cli construction (demo stage)
  • 2.0.0 Start the official version
  • 2.0.1 Modify README.md document
  • 2.0.2 Modify README.md document