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

htd-app

v0.1.18

Published

研发中心项目初始化工具

Downloads

6

Readme

README模板

license standard-readme compliant

研发中心-项目脚手架.

目录

安全

项目背景

通过运行一个命令来建立标准的应用程序.
目前支持 
1.基于react的前端项目脚手架
2.较低的入门门槛
    你无需学习和配置许多构建工具。 即时重新加载可帮助你专注于开发。 在部署时,你的 bundle(包) 会自动优化。
3.只有一个依赖
    你的应用只需要一个构建依赖项。 我们测试 Htd App ,以确保其所有底层组件能够无缝协作,不会出现复杂版本不匹配的问题。
 无论你是使用 React 还是其他库,Create React App 都可以让你专注于代码,而不是专注于构建工具。
 要创建名为 my-app 的项目,请运行以下命令:
   npx htd-app my-app

在本地快速创建基于研发中心底层框架的脚手架工具.

环境搭建

一、电脑上需node 10+ npm 6+

快速使用

1、npx htd-app init
2、cmd 到创建项目的目录
2、htd-init init
3、选择要使用的脚手架数字编号,1(react)
4、等待完成即可

使用

打包

 npm pubsh

贡献者

@j.guo

Any optional sections

License

MIT © Richard McRichface.