TypeScript Npm

Open-source TypeScript projects categorized as Npm

Top 23 TypeScript Npm Projects

  • lerna

    :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

  • Project mention: Add Step-up Authentication Using Angular and NestJS | dev.to | 2024-03-28

    Open the project up in your favorite IDE. Let's take a quick look at the project organization. The project has an Angular frontend and NestJS API backend housed in a Lerna monorepo. If you are curious about how to recreate the project, check out the repo's README file. I'll include all the npx commands, CLI commands, and the manual steps used to create the project.

  • pnpm

    Fast, disk space efficient package manager

  • Project mention: Turbocharge your Angular project: A config tutorial | dev.to | 2024-05-09

    This command initializes a new Angular project named 'your_project' with minimal setup (without tests) using standalone and 'pnpm' as the package manager (pnpm site). Ignore this flag if you prefer using npm or yarn.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • verdaccio

    📦🔐 A lightweight Node.js private proxy registry

  • renovate

    Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io

  • Project mention: Understanding Mend Renovate's Pull Request Workflow | dev.to | 2024-05-21

    To get started with Mend Renovate, the comprehensive official documentation provides detailed instructions on installation, configuration, and best practices. Additionally, the Mend Renovate community forum offers a platform for users to connect, share experiences, and access the collective knowledge base.

  • hono

    Web Framework built on Web Standards

  • Project mention: Creating GPT Actions with ValTown | dev.to | 2024-05-25

    It abstracts the creation of a Hono API

  • crawlee

    Crawlee—A web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with Puppeteer, Playwright, Cheerio, JSDOM, and raw HTTP. Both headful and headless mode. With proxy rotation.

  • Project mention: Crawlee: Crawlee–build reliable crawlers. Works with Puppeteer, Playwright, Ch | news.ycombinator.com | 2024-05-24
  • npm-check-updates

    Find newer versions of package dependencies than what your package.json allows

  • Project mention: How to Update NPM Packages: | dev.to | 2023-12-24

    I highly suggest taking a look at the documentation overall to learn more about all this package has to offer. The project is well-maintained along with a climbing weekly download rate of ~323,861 at the time of writing this article.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • npkill

    List any node_modules 📦 dir in your system and how heavy they are. You can then select which ones you want to erase to free up space 🧹

  • Project mention: Ask HN: What apps have you created for your own use? | news.ycombinator.com | 2023-12-12

    I initially created Npkill (https://npkill.js.org) for my own use because as a web developer I was always running out of disk space. When we launched it quickly became popular because it seems that not only we had that problem and today it is the most popular tool for that purpose.

    Another one I launched was Pill Reminder (https://zaldih.github.io/pill-reminder/). If you are taking something for a cold or medical treatment it allows you to easily swipe and note down when you have taken your medication and lets you know when you are due to take it next.

    ScrollTabs (https://github.com/zaldih/scrolltabs-extension) was born so soon after I migrated from chrome to firefox years ago and I missed being able to switch between tabs with the mouse scroll.

    + many others that I would like to prepare and make public for the future.

  • tsParticles

    tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.

  • Project mention: Show HN: TsParticles, a JavaScript particles, confetti, fireworks, etc. library | news.ycombinator.com | 2024-05-13
  • ni

    💡 Use the right package manager

  • Project mention: Show HN: Px – Run commands across different JavaScript package managers | news.ycombinator.com | 2024-05-02

    this is awesome! how would you contrast this with https://github.com/antfu-collective/ni?

  • yalc

    Work with yarn/npm packages locally like a boss.

  • cli

    React Native command line tools (by react-native-community)

  • Project mention: First time setting up RN envirornment on macOS following official guide results in errors? | /r/reactnative | 2023-06-11

    It's not typical. Try this

  • corepack

    Zero-runtime-dependency package acting as bridge between Node projects and their package managers

  • Project mention: Yarn 4.0 | news.ycombinator.com | 2023-10-23

    I'd love to use Bun for my projects, but it's not integrated into Corepack yet (and therefore you cannot pin the bun version w/ checksum in package.json)

    https://github.com/nodejs/corepack/issues/295

  • packagephobia

    ⚖️ Find the cost of adding a new dependency to your project

  • qnm

    :mag: cli utility for querying the node_modules directory

  • Project mention: Qnm: CLI utility for querying the node_modules directory | news.ycombinator.com | 2023-06-06
  • react-anime

    ✨ (ノ´ヮ´)ノ*:・゚✧ A super easy animation library for React!

  • Project mention: Best Animation packages for React.js , every frontend developer should use it | dev.to | 2023-07-17

    Github repo : https://github.com/plus1tv/react-anime

  • openapi-generator-cli

    A node package wrapper for https://github.com/OpenAPITools/openapi-generator

  • Project mention: Wikimedia Enterprise – APIs for LLMs, AI Training, and More | news.ycombinator.com | 2024-05-22

    I'm reading the API docs https://enterprise.wikimedia.com/docs/

    And they don't have an OpenAPI spec available to download? So they seriously expect developers to just manually write their own client code by reading and translating those example CURL commands by hand??!

    Seriously it's 2024! Not having an spec to download and insepct for any API is a sign of incompetence. When tools like Postman or [openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) exist and save hours of time, you can't seriously expect devs to write all this connecting code by hand anymore.

  • syncpack

    Consistent dependency versions in large JavaScript Monorepos.

  • Project mention: I made a CLI to sync dependency versions in monorepos | /r/node | 2023-11-16

    There's a video on the homepage at https://jamiemason.github.io/syncpack and a getting started guide at https://jamiemason.github.io/syncpack/guide/getting-started/.

  • ultra-runner

    🏃⛰ Ultra fast monorepo script runner and build tool

  • angular-auth-oidc-client

    npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow

  • defu

    🌊 Assign default properties recursively

  • Project mention: Assigning default properties efficiently with Defu | dev.to | 2023-12-04

    I never really had a go to solution for solving that problem until I found out about Defu by UnJS organization. I discovered this tool while working on one of my Nuxt modules and it has proven to be extremely useful in many different cases.

  • shrinkpack

    Fast, resilient, reproducible builds with npm install.

  • bundlejs

    An online tool to quickly bundle & minify your projects, while viewing the compressed bundle size, all running locally on your browser. A quick and easy way to bundle, minify, and compress (gzip and brotli) your ts, js, jsx and npm projects all online, with the bundle file size.

  • Project mention: Bundlejs: Package Bundle Size Checker | news.ycombinator.com | 2023-09-10
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Npm related posts

  • Crawlee: Crawlee–build reliable crawlers. Works with Puppeteer, Playwright, Ch

    1 project | news.ycombinator.com | 24 May 2024
  • Wikimedia Enterprise – APIs for LLMs, AI Training, and More

    1 project | news.ycombinator.com | 22 May 2024
  • Understanding Mend Renovate's Pull Request Workflow

    1 project | dev.to | 21 May 2024
  • Tech Note: Type inference takes place when initializing variables and members

    1 project | dev.to | 14 May 2024
  • Show HN: TsParticles, a JavaScript particles, confetti, fireworks, etc. library

    1 project | news.ycombinator.com | 13 May 2024
  • A useful front-end particles, confetti and fireworks animations library

    1 project | news.ycombinator.com | 12 May 2024
  • Turbocharge your Angular project: A config tutorial

    1 project | dev.to | 9 May 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 30 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Npm projects in TypeScript? This list will help you:

Project Stars
1 lerna 35,433
2 pnpm 28,071
3 verdaccio 15,956
4 renovate 16,126
5 hono 16,080
6 crawlee 12,459
7 npm-check-updates 9,103
8 npkill 7,980
9 tsParticles 7,171
10 ni 5,794
11 yalc 5,429
12 cli 2,250
13 corepack 2,207
14 packagephobia 2,075
15 qnm 1,898
16 react-anime 1,531
17 openapi-generator-cli 1,313
18 syncpack 1,296
19 ultra-runner 1,192
20 angular-auth-oidc-client 1,105
21 defu 919
22 shrinkpack 792
23 bundlejs 715

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com