Showing 14 open source projects for "new open lms"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • Software built for dance schools Icon
    Software built for dance schools

    Grow your business and get paid with membermeister

    Amazingly simple admin software that will streamline your business, reduce your admin, automate your billing and eliminate late payers.
    Learn More
  • 1
    resume-cli

    resume-cli

    CLI tool to easily setup a new resume

    This is the command-line tool for JSON Resume, the open-source initiative to create a JSON-based standard for resumes. Alternatives: The Resume CLI tool works as it is so there isn't a huge amount of active development on it, try these alternatives if it doesn't work for you. JSON Resume is a community-driven open-source initiative to create a JSON-based standard for resumes. We believe that the strengths of the JSON format make it a good fit for resumes. It's lightweight, easy to use and it's...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Chrome Extension CLI

    Chrome Extension CLI

    The CLI for your next Chrome Extension

    The CLI for your next Chrome Extension. When you're ready to publish to Chrome Web Store, create a minified bundle with npm run build and then zip the build folder. You don’t need to install or configure Webpack. Webpack comes in preconfigured so that you can focus on the code. Your environment will have everything you need to build a Chrome Extension. Override default page like New Tab, Bookmarks, or History page. Add features to Chrome Developer Tools. Creates an extension for supported...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    plop

    plop

    Consistency made simple

    Plop is a little tool that saves you time and helps your team build new files with consistency. Plop generates code when you want, how you want, and can be changed whenever you want. Simple to Learn Creating a good boilerplate shouldn't require a master's degree. Read over the one-page getting started guide and you'll be well on your way. Once plop is setup, anyone on the team can simply type plop into the terminal. The right way to create your code, is now the easiest way. Allow your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ember-cli

    ember-cli

    The Ember.js command line utility

    ... building on day one and keep shipping for years. Benefit from our years of experience to help your team be productive—faster. You'll never have to wire together your own framework ever again! Ember CLI is the backbone of modern Ember apps, providing code generators to create new entities and putting the necessary files in the right place, every time. Ember apps come with a built-in development environment with fast rebuilds, auto-reload, and a test runner!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Employee Growth Software Icon
    Employee Growth Software

    Say hi to bob, the HRIS that drives culture and engagement

    With clubs, you can understand and nurture the culture that exists in your business. Staff join together through shared interests, bringing the human to HR.
    Learn More
  • 5
    Grain

    Grain

    The Grain compiler toolchain and CLI, home of the modern web staple

    Grain is a new language that puts academic language features to work. Enter the future. Grain compiles directly to WebAssembly, taking full advantage of its speed and efficiency. No runtime type errors, ever. Every bit of Grain you write is thoroughly sifted for type errors, with no need for type annotations. Grain has its roots in functional programming, but is flexible enough to accommodate different programming styles for various applications. Grain aims to modernize innovative features from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NVExeca

    NVExeca

    nvm + execa = nvexeca

    ... using an import or import() statement, not require(). File or command to execute. Both global and local binaries can be executed. The first time nvexeca is run with a new VERSION, the Node binary is downloaded under the hood. This initially takes few seconds. However subsequent runs are almost instantaneous.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NVE

    NVE

    Run any command on specific Node.js versions

    Run any command on specific Node.js versions. node >=14.18.0 must be globally installed. However the command run by nve can use any Node version (providing it is compatible with it). The first time nve is run with a new VERSION, the Node binary is downloaded under the hood. This initially takes few seconds. However subsequent runs are almost instantaneous. Tools like nvm, nvm-windows, n or nvs are meant to execute a specific Node.js version for an entire machine, project or shell session...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flow Typed

    Flow Typed

    A central repository for Flow library definitions

    ... definitions which allow you to describe the interface of a module or library separate from the implementation of that module/library. The flow-typed repo is a collection of high-quality library definitions, tests to ensure that definitions remain high quality, and tools to make it as easy as possible to import them into your project. All you have to do when you add one or more new dependencies to your project is run flow-typed install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Release It!

    Release It!

    Automate versioning and package publishing

    ... requires npm. To use release-it, a package.json file is not required. The recommended way to install release-it also adds basic configuration. You will be prompted to select the new version, and more prompts will follow based on your setup. Run release-it from the root of the project to prevent potential issues. Out of the box, release-it has sane defaults, and plenty of options to configure it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • SpotOn is an integrated software and payment solution for restaurants, retail, and enterprise businesses Icon
    Our cloud-based technology is used by 63% of major league sports teams to create better fan experiences while driving double-digit growth in average guest check size and sales. Solutions include self-serve kiosks, handheld POS, mobile and online ordering, kitchen displays, suite management, enterprise reporting, and both retail and food & beverage point-of-sale.
    Learn More
  • 10
    jQuery Terminal

    jQuery Terminal

    JavaScript library for creating web-based terminals

    jQuery Terminal is a JavaScript library for creating command-line interpreters in your applications. You can use this JavaScript Terminal library to create interactive web-based terminal applications on your website. Where commands are defined by you. You can define them on the server or in the browser's JavaScript. It can automatically call JSON-RPC service when the user types a command. Alternatively, you can provide an object with methods; each method will be invoked on the user's command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ShellJS

    ShellJS

    Portable Unix shell commands for Node.js

    ShellJS is a portable (Windows/Linux/macOS) implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands. You can also install it globally so you can run it from outside Node projects, say goodbye to those gnarly Bash scripts! ShellJS is proudly tested on every node release since v8! ShellJS now supports third-party plugins! You can learn more about using plugins and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vue-web-extension

    vue-web-extension

    A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate)

    ... easily automatically build a zip of your extension and create a new GitHub release, each time a new tag is pushed. If running webpack in watch mode, you need to stop and restart webpack to apply configuration changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Signale

    Signale

    Highly configurable logging utility

    Hackable and configurable to the core, signale can be used for logging purposes, status reporting, as well as for handling the output rendering process of other node modules and applications. You can now support the development process through GitHub Sponsors. To create a custom logger define an options object yielding a types field with the logger data and pass it as argument to a new signale instance. By utilizing the secrets option, secrets and other sensitive information can be filtered out...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Online Command Line Interface is a project intended to bring feel of the classic command lines exhibited by GNU&Linux operating systems. It is written entirely in Javascript, and works on all major browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next