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

dort

v1.1.3

Published

File sharing through web with wonderful alternation.

Downloads

4

Readme

Introduction - (https://coding-tool.github.io/dort/)

Dort is a npm tool to share your editing, file structure through web during presentation or code review.

Dort 是一个使用者在 讲演 或者 代码审阅 过程 分享 项目文件编辑过程 的web工具。

Everybody in the same network can browse through the files, check file history, copy the code, download the project, preview images, etc.

同一内网中的用户可以 浏览文件查看文件编辑版本复制文本下载整个项目查看图片,甚至可以与所有打开web的用户进行交流。

Feature

  • Easy for Client (all platform with browser) 便于使用
  • Live Update 实时刷新
  • Low Network Traffic 低网络负担

Demo

Instruction

  1. Prepare NodeJS and NPM environment 准备nodejs和npm环境

  2. Install package 安装包

# npm install -g dort
  1. Launch dort inside your project folder 启动server端
# cd /your-files
# dort
  1. Open default browser with default port - http://localhost:4574 端口可设置

  2. Shre the url to any body in the same network 其他内网用户可以通过相应端口访问

Configuration

params | Type | Default | Description -------- | ---- | ------- | ----------- debug | number | 1 | develop levels path | string | '' | path of file you want open name | string | '' | name of project port | number | 4574 | port for web exclude | array | ['/.DS_Store', '/.log', ...] | file to exclude test | bool | false | Enable test mode or not max-file-size | number | 99999 | max file size

Then you can launch dort as

# dort "My project" --debug 0 --path /file-path --port 1234 --exclude "node_modules/**" --test true --max-file-size 99999
# // or
# dort "My project" -d 0 -pa /file-path -po 1234 -e "node_modules/**" -t true -m 99999

TODO

  • [x] node procedure to watch files in local
  • [x] state management
  • [x] FE web
  • [x] chat and barrage
  • [ ] File content interactive