Showing 78 open source projects for "module"

View related business solutions
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    Vite

    Vite

    Next generation frontend tooling. It's fast!

    Get ready for a development environment that can finally catch up with you. On-demand file serving over native ESM, no bundling required! Hot Module Replacement (HMR) that stays fast regardless of app size. Out-of-the-box support for TypeScript, JSX, CSS and more. Pre-configured Rollup build with multi-page and library mode support. Rollup-superset plugin interface shared between dev and build. Flexible programmatic APIs with full TypeScript typing. Vite (French word for "quick", pronounced...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    pnpm

    pnpm

    Fast, disk space efficient package manager

    Fast, disk space efficient package manager. pnpm uses a content-addressable filesystem to store all files from all module directories on a disk. When using npm, if you have 100 projects using lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be stored in a content-addressable storage. Files inside node_modules are cloned or hard-linked from a single content-addressable storage. pnpm has built-in support for multiple packages in a repository. pnpm creates a non-flat...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Signature Pad

    Signature Pad

    HTML5 canvas based smooth signature drawing

    .... This library is provided as UMD (Universal Module Definition) and ES6 module. When you modify width or height of a canvas, it will be automatically cleared by the browser. SignaturePad doesn't know about it by itself, so you can call signaturePad.clear() to make sure that signaturePad.isEmpty() returns correct value in this case.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    CountUp.js

    CountUp.js

    Animates a numerical value by counting to it

    CountUp.js is a dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way. Install via npm/yarn using the package name countup.js. Despite its name, CountUp can count in either direction, depending on the start and end values that you pass. CountUp.js supports all browsers. MIT license. CountUp v2 is distributed as an ES6 module because it is the most standardized and most widely compatible module...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    conf

    conf

    Simple config handling for your app or module

    All you have to care about is what to persist. This module will handle all the dull details like where and how. It does not support multiple processes writing to the same store. I initially made this tool to let command-line tools persist some data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ngx-quill

    ngx-quill

    Angular components for the Quill Rich Text Editor

    ngx-quill is an angular (>=2) module for the Quill Rich Text Editor containing all components you need. It is possible to set custom default modules and Quill config options with the import of the QuillModule.forRoot(). Use <quill-editor></quill-editor> in your templates to add a default quill editor. Do not forget to include quill + theme CSS in your build process, module or index.html! For builds with angular-cli >=6 only add quilljs to your scripts or scripts section of angular.json, if you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    AWS Toolkit for Azure DevOps

    AWS Toolkit for Azure DevOps

    AWS Toolkit for Azure DevOps

    The AWS Toolkit for Azure DevOps adds tasks to easily enable build and release pipelines in Azure DevOps (formerly VSTS) and Azure DevOps Server (previously known as Team Foundation Server (TFS)) to work with AWS services including Amazon S3, AWS Elastic Beanstalk, AWS CodeDeploy, AWS Lambda, AWS CloudFormation, Amazon Simple Queue Service and Amazon Simple Notification Service, and run commands using the AWS Tools for Windows PowerShell module and the AWS CLI. This is an open source project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    billboard.js

    billboard.js

    Re-usable, easy interface JavaScript chart library based on D3.js

    billboard.js is a re-usable, easy interface JavaScript chart library, based on D3.js. The name "billboard" comes from the famous "billboard chart" which everybody knows. billboard.js provides the easiest way to create a 'chart' instantly. Chart generation is super easy. With extensive options, you can create a chart instantly! Yes, billboard.js works on D3 v4+; what everybody was waiting for! All of the code was written as an ESM(ES Module) with ES6+ syntax. Combine hundreds of options...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Cline

    Cline

    Autonomous coding agent right in your IDE

    Cline is a command-line application building library for Node.js that helps developers easily create interactive CLI applications. Built on Node's readline module, it offers features like history support, auto-completion, and input masking. Cline allows you to define custom commands with argument placeholders, making it versatile for various command structures. Additionally, it supports modes, where different command sets can be dynamically loaded depending on the application's state.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    SQL Formatter

    SQL Formatter

    A whitespace formatter for different query languages

    .... If you don't use a module bundler, clone the repository, run npm install and grab a file from /dist directory to use inside a script tag. This makes SQL Formatter available as a global variable window.sqlFormatter.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    GraphQL Voyager

    GraphQL Voyager

    Represent any GraphQL API as an interactive graph

    Represent any GraphQL API as an interactive graph. It's time to finally see the graph behind GraphQL. You can also explore number of public GraphQL APIs from our list. With graphql-voyager you can visually explore your GraphQL API as an interactive graph. This is a great tool when designing or discussing your data model. It includes multiple example GraphQL schemas and also allows you to connect it to your own GraphQL endpoint. What are you waiting for, explore your API! Quick navigation on...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Angular Example App

    Angular Example App

    Angular 13 example app + Angular CLI + i18n + GraphQL

    ... restoration and anchor examples. Responsive layout (flex layout module). SASS (most common used functions and mixins) and BEM styles. Animations with ng-animate. Angular Pipes. Interceptors and Events. Auth guard for some routes. Modernizr (browser features detection). Browser filter (Bowser) because of IE. Sentry! (logs every error in the app). Google Tag Manager. ES6 Promises and Observables. End-to-end tests with Cypress App Actions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    ngx-admin

    Customizable admin dashboard template based on Angular 10+

    ngx-admin is the most popular open source admin dashboard based on Angular 10+, now with beautiful backward-compatible material themes! Now your admin dashboard will not only be packed with complete features and backend services, you'll have exquisite, custom themes to match your company perfectly. Expect high resolution, responsive layouts, RTL support and many other benefits. ngx-admin also comes with Eva Design System support, and more than 40 Angular Components and over 60 Usage...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    node-minify

    node-minify

    Light Node.js module that compress javascript, css and html files

    A very light minifier Node.js module. It allows you to compress JavaScript, CSS and HTML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ansible Language Server

    Ansible Language Server

    Ansible Language Server

    This language server adds support for Ansible. Ansible keywords, module names and module options, as well as standard YAML elements are recognized and highlighted distinctly. Jinja expressions are supported too, also those in Ansible conditionals (when, failed_when, changed_when, check_mode), which are not placed in double curly braces. While you type, the syntax of your Ansible scripts is verified and any feedback is provided instantaneously. On opening and saving a document, ansible-lint...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Elm Plugin for Visual Studio Code

    Elm Plugin for Visual Studio Code

    Improving your Elm experience since 2019

    Errors and pieces of information when changing code and when saving (Control + S) Format on save (Control + S) (Make sure you also enable the "Editor: Format on Save" setting for this to work). Suggests completions and snippets (Control + Space) Test explorer integration. Lists all references to a type alias, module, custom type or function (Alt + Shift + F12) Jump to the definition of a type alias, module, custom type or function. Shows type annotations and documentation on hover for type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Web3UIKit!

    Web3UIKit!

    Lightweight reusable Web3 UI components for dapps

    Lightweight reusable Web3 UI components for dapps developers. Web3UIKit accelerates your dapp development and empowers you to build beautiful dapps. Web3UIKit is a community effort and its strength comes from all the galaxy brain contributors leading the UI development in web3. Beautiful and lightweight UI components for web3 developers. This UI library will speed up your dapp development no matter which chain you build on. If this ui-kit helps you build your dApps faster, please star this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    graphql upload typescript

    graphql upload typescript

    Middleware and an Upload scalar to add support for GraphQL

    Minimalistic and developer-friendly middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers. This module was forked from the amazing graphql-upload-minimal. The original module is exceptionally well-documented and well-written. It was very easy to fork and amend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    is-ipfs

    is-ipfs

    A set of utilities to help identify IPFS resources on the web

    A set of utilities to help identify IPFS resources on the web. Loading this module through a script tag will make it's exports available as IsIpfs in the global namespace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NestJS Telegraf

    NestJS Telegraf

    Powerful Nest module for easy and fast creation Telegram bots

    NestJS Telegraf – powerful solution for creating Telegram bots. This package uses the best of the NodeJS world under the hood. Telegraf is the most powerful library for creating bots and NestJS is a progressive framework for creating well-architectured applications. This module provides fast and easy way for creating Telegram bots and deep integration with your NestJS application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JsonDB

    JsonDB

    A simple "database" that use JSON file for Node.JS.

    JsonDB is now using the concept of async/await for all its calls since we read from the database file on demand and depending on how the database is configured, we might write at each push. The module stores the data using JavaScript Object directly into a JSON file. You can easily traverse the data to directly reach the desired property using the DataPath. The principle of DataPath is the same as XMLPath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LogicFlow

    LogicFlow

    A flow chart editing framework focusing on business customization

    LogicFlow is a flowchart editing framework that provides a series of functions necessary for flowchart interaction and editing, as well as simple and flexible node customization, plug-in and other expansion mechanisms, so that we can quickly meet the needs of class flowcharts in business systems. Compatible with the process editing requirements of various product customizations, most modules are implemented in the form of plug-ins, and each module is supported to be plugged and unplugged freely...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Hop Monorepo

    Hop Monorepo

    Hop monorepo

    A JavaScript SDK is available for using and integrating with Hop. Import as ES6 module (e.g. Using TypeScript, babel, webpack). Import as commonJS module (e.g. Using Node.js directly or no ES6 modules). Supported network is only mainnetat the moment. As a trustless bridge, Hop allows users to force exit their tokens in the rare event where Bonders (market makers) don’t bond a user’s transfer fast enough. Hop offers users a fallback option to withdraw their tokens manually at the destination...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Smooth Scrollbar

    Smooth Scrollbar

    Customizable, Extendable, High-Performance JavaScript-Based Scrollbar

    Smooth Scrollbar is a JavaScript Plugin that allows you to customize high performance scrollbars cross browsers. It is using translate3d to perform a momentum-based scrolling (aka inertial scrolling) on modern browsers. With the flexible plugin system, we can easily redesign the scrollbar as we want. This is the scrollbar plugin that you've ever dreamed of! Since this package has a pkg.module field, it's highly recommended to import it as an ES6 module with some bundlers like webpack or rollup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    React Native Calendars

    React Native Calendars

    Customizable React-Native calendar components

    This module includes various customizable React-Native calendar components. The package is both Android and iOS compatible. This project is compatible with Expo/CRNA (without ejecting), and the examples have been published on Expo. The solution is implemented in JavaScript so no native module linking is required. All parameters for components are optional. By default the month of current local date will be displayed. Parameters that require date types accept YYYY-MM-DD formatted date-strings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next