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

maxim-workflow

v1.2.0

Published

Maxim front end workflow tools

Downloads

19

Readme

Maxim

Maxim module

2016-10-18

  • 修复svg sprites Mac不兼容问题
  • 优化图片压缩报错机制

2016-10-17

  • 修复svg sprites多个相同名称svg文件定位样式出错bug

功能添加 2016-10-11

  • cssom-maxim功能升级
  • HTTP上传功能优化

功能添加 2016-10-09

  • copyFile文件接口优化
  • HTTP上传功能优化
  • svg sprite升级优化

功能添加 2016-10-08

  • HTTP上传功能优化
  • 暂时去除图片裁剪接口

功能添加 2016-09-21

  • 新增SVN提交功能
  • 新增HTTP提交功能
  • 新增svgsprite功能
  • 新增样式svg同步功能,并做svg2png转换
  • 新增版本号同步ejs(或定义其他格式文件)
  • 资源同步新增对http(s)判断,新增对background-image: url(img/slice/[email protected]), url(img/slice/[email protected]);这种多地址支持
  • 去除tinypng和youtu接口
  • JS压缩功能集成uglify

功能添加 2016-06-24

  • 修复样式处理过滤掉'!important' bug

功能添加 2016-06-23

  • 修复雪碧图漏合并相同图片bug
  • 修复base64导致的bug
  • 修复样式处理后丢失 @-webkit-keyframes bug
  • 修复诺干bug

功能添加 2016-06-22

  • 优化JS压缩支持require模块保留

功能添加 2016-06-21

  • svg sprite集成到css功能中去
  • 修复样式处理bug若干

功能添加 2016-06-14

  • 新增svg sprite功能
  • 新增svgsprite转png功能

功能添加 2016-06-13

  • 添加js压缩功能
  • 修复日期时间戳2位显示bug

功能添加 2016-04-28

  • 添加多倍图转1倍图的功能
  • 添加单倍图、多倍图混合合并的功能。

##Maxim-workflow 2016-02-3 本地图压缩集成imagemin

##Maxim-workflow v0.1.0 发布

图片压缩解决问题:

  • 优化图片压缩接口和效率
  • 新增全局变量接口

Sprite解决问题:

  • 样式操作记录时间戳问题修复
  • 删除最终样式文件的换行符
  • 添加对跨目录资源引入的支持

FTP本地解决的问题:

  • 缺失连接服务器失败状态 已修复
  • 服务端与本地目录结构不同无法上传 已修复,创建服务端目录
  • 本地文件处于不同目录的时候处理缺失 已修复,按目录分别上传
  • 本地以及远端目录结尾缺少 / 或者 ,处理出错 已修复
  • 上传文件列表为空的时候卡进度 已修复,单独处理文件列表为空的情况

bug修复列表

  • 去掉单倍图合并时对样式的background-size设置
  • 添加CSSLint,处理样式前对样式文件进行初步校验