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

vscode-stream-code-server

v0.0.1-alpha

Published

Visual Studio Code Stream Code Server

Downloads

24

Readme

Visual Studio Code Coding Tracker Server

VSCode Coding Tracker extension server side program.

Links:
Extension side Github repo
VSCode extensions marketplace

Give me coffee for coding better via Paypal
Your support encourage me to make my vscode extensions better and better! (and add more and more features)

Screenshot

screenshots_2

Current Version

0.7.0 (2018/05/xx) Coding...

  1. Support token files to declare multi-tokens
    • [x] basic support
    • [x] support computerId attributes for uploadToken
    • [x] more unit tests
    • [x] more and more unit tests
  2. More filter rules are supported.
    • [ ] backend support
    • [ ] frontend support
      • [ ] start new front-end deveploment (replace pug to preact jsx)
  3. Refactory I18N support placeholder to more readable (maybe delay)
  4. Merge file path and project path better.
    • [x] unit test for report-v2
    • [x] depends on file reader with cache and pre-scan for finding projects
  5. Optimize database reader (add cache for old files)
    • [x] new intermediate layer for filesystem reading operation
    • [x] add cache for old files by following modify time
    • [x] add this layer into AnalyzeCore
    • [x] unit tests

0.6.0 (2018/03/23)

  1. Support exporting/downloading report data as CSV format.
  2. Support adding association for projects (So you can merge report from different projects).
  3. Fix incorrect 24 hours report.
  4. Fix some wrong i18n on the UI.
  5. More compatible with old browsers and mobile browsers.

How To Install And Use

  1. Make sure You have installed Node.js development environment included npm
  2. Install this server program
    • Way 1 : Clone this repository and execute npm i in the folder where this README.md located
    • Way 2 : Using npm i vscode-coding-tracker-server anywhere you want to install to
  3. Execute npm start or node app to launch this server program.
    • You could give it more options like npm start -- ${MORE_SERVER_OPTIONS} if you start it by using npm start
  4. Open URL http://domain:port/report?token=${YOUR_TOKEN} to get coding report
    • In default, URL in local is http://127.0.0.1:10345/report?token=${YOUR_TOKEN}
    • If you using --public-report option to launch server, you could ignore the query parameter token in above URL

More server option things:

--local: It means server bind address on 127.0.0.1 when server listening. (Other computer could not upload data and visit report page in this mode)

--random-token: It means server will using a 8 length random string as API/upload token even if you giving a token by -t option

--public-report: It means anyone could visit report page without token

more options information you could find by using command node app --help

more version information: CHANGELOG.md

Contributing

It is necessary to read CONTRIBUTING.md before contributing codes/translations or building codes

Editing/Modifying/Buidling codes

Goto chapter Editing, Building, Running and Testing in CONTRIBUTING.md.

Files manifest

redirect to FILES.md

Author

LiuYue

Contributors

Dolgishev Viktor (@vdolgishev)

License

GPL-3.0