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

@ajaxlinux/tools

v1.1.7

Published

Front-end tools

Downloads

184

Readme

Front-end tools: simplify operation, quality inspection

Install

npm install -g @ajaxlinux/tools

use

Usage: tools [options] [command]

Options:
  -h, --help display help for command

Commands:
  Generate version.txt in the git-commit-info project
  feishu Feishu related operations
  cp file batch replacement function
  pr mention pr function
  version app version
  update update the application
  help [command] display help for command

Renew

1.1.4

tools translate

translate vue project tools translate-init tools translate

1.1.0

tools init

init vue2, vue3, react umi project with f2elint and webpack config

1.0.9

tools check-ctx

  • check keywords in send folder path
  • return keyword file path
  • .command('check-ctx')
  • .description('get keywords file path')
  • .option('-P,--path [string]', 'folder path', process.cwd())
  • .option('-K,--keywords [string...]', 'keywords string or Regex', [])
  • .option('-I,--ignore-path [string]', 'Traverse file ignored paths')

1.0.8

change readme language

1.0.7

Modify tool title

1.0.6

package.json adds keywords

1.0.5

Modify tools pr

  • .description('Merge request')
  • .option('-T,--token ', 'user token')
  • .option('-L,--open-list', '')
  • .option('-TA,--target ', 'target path and branch')
  • .option('-D,--delete', 'delete merge through tool mention')
  • .option('-B,--before ', 'tools pr hook before execution')
  • .option('-A,--after ', 'tools pr hook after execution')

tools feishu to push messages to Feishu app group after git pr

  • .description('Feishu related operations')
  • .option('--webhook ', 'Send a message to the incoming group bot according to the content of git pr')

tools git-commit-info

  • .description('Generate git's most recent commitId and time to the file')
  • .option('--folder [string]', 'The path to store version.txt', path.resolve(process.cwd(), 'dist', 'version.txt'))

1.0.4 Modify readme

1.0.3 tools cp (command parameter cache)

  • Batch copy files and submit commit
  • If it is a compressed file copy to the current project -> decompress the file -> copy the file to the directory to be copied -> delete the zip file and the decompressed file
  • Ordinary files or folders do not have the first two steps
  • tools cp --path D:\chromeDownload\download.zip --replace src\targetPath1\ public\plugin\targetFile1$pathFile --commit "chore: iconfont content replacement"
  • .option('--path ', 'compressed zip or normal file path')
  • .option('--replace [string...]', 'path or file to replace to$from')
  • .option('--commit [string]', 'Description when git commit -m')

1.0.2 tools pr

  • Function: gitlab provides pr via api
  • tools pr --target "http://test|master,dev,dev2" --token "testToken"
  • Bring the code to the master, dev, dev2 branches under the current branch
  • Parameters:
  • .description('Merge request')
  • .option('--token ', 'user token')
  • .option('--target ', 'target path and branch')
  • .option('--delete', 'Delete merge through tool mention')

1.0.1

Modify package name

1.0.0

initialization