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

jdfx

v3.4.13

Published

京东前端自动化构建工具

Downloads

123

Readme

NPM

NPM version Build Status

关于JDFX

JDFX是京东前端团队自主研发的一款自动化构建工具,目的是合理、快速和高效的解决前端开发中的工程和项目问题,核心集成了本地调试、本地构建、远程布署、代码生成等一系列开发命令工具。

安装使用

$ npm install jdfx -g

更新日志

完整日志

3.4.13 / 2020/11/20 18:34:00

  • [fix] 修改node-sass版本,修复node-sass更新到5.0.0后无法在node 8安装的问题。

说明文档

使用攻略

功能介绍

跨平台

  • 完美支持windows、mac、linux三大系统

项目构建

  • 生成标准化的项目文件夹
  • 支持本地联调,本地编译,测试预览等开发流程
  • 每个项目拥有独立的配置文件,按选项统一编译

模块开发

  • 可快速方便的对模块进行创建,引用,预览,安装和发布
  • 通过积累,可形成完全符合自己业务的模块云服务
  • 支持将vm和smarty模版编译为html
  • 支持将sass和less编译为css
  • 支持velocity语法
  • 支持ES6(需要将js文件后缀改为.babel)

项目输出

  • 自动将页面中的js、css引用转换成combo请求格式
  • 自动压缩优化js、css、图片文件
  • 默认给所有静态资源添加CDN域名
  • 支持cmd规范,自动提取文件id和dependencies,压缩时保留require关键字
  • 自动生成css精灵图,并更新background-position属性值
  • 自动生成base64编码
  • 自动给css样式添加相应的浏览器前缀
  • 支持图片生成webp格式,并更新相关css图片链接
  • 压缩css、js、图片文件,并且可根据当前项目中的文件数量自动决定是否启用多线程进行压缩,当前的数量阀值是200
  • 自动给js,css文件的内容头部添加时间戳,方便查看
  • 文件编码统一输出为utf8

项目联调

  • 一键上传文件到测试服务器,方便其他同学开发预览

本地服务

  • 支持开启本地服务器,方便调试
  • 支持本地静态文件预览,内置本地开发调试服务器,以及当前目录浏览
  • 支持实时监听文件,文件被修改时会自动编译成css,并刷新浏览器
  • 内置browserSync
  • 详细文档

辅助工具

  • 支持html/js/css文件格式化
  • 支持html/js/css代码压缩
  • 支持html/js/css文件lint,代码质量检查

集成工具

widget组件

编译器插件