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

libreevent

v1.1.3

Published

Free & Open source event management solution

Downloads

268

Readme

A fully featured, free and open source event management solution you can host yourself, to manage your event and sell tickets. All you need is a webserver that can run node.js!

Visit the project's website

libreǝvent IS FREE SOFTWARE. IT IS PROVIDED "AS IS" AND AS SUCH COMES WITH ABSOLUTELY NO WARRANTY TO THE EXTENT PERMITTED BY APPLICABLE LAW. If anything does not work, please report it back, but do not expect it to be fixed immediately, as this software is developed by volunteers in their free time.

Download

You may download this project using the GitHub releases page or the direct links on the libreevent website as this only downloads the ready-to-distribute version, not the development version. Alternatively, you may download the project directly from GitHub (by cloning it or downloading the code) but you'll have to compile and package the project manually.

System requirements

  • node.js V16.0+
  • npm
  • (OPTIONAL) MySQL
  • any CPU from the last 10 years
  • Any operating system that can run node.js

Roadmap

There are a few features planned for libreevent. Please discuss other ideas in the issue I opened specifically for this. (see #12)

Contributing

If you want to contribute to this project, please read more here. Until the end of October 2023, no contributions can be accepted into master.

Supporting the project

If you like this project and it helped you save money, please consider donating to help fund the continuous development. If you are a company, please contact me here if you want to sponsor the project and become an official partner.

Repository structure

  • assets/: contains the logo (as png and GIMP file), also iOS and Android marketing materials, just global assets (images / videos)
  • src/: contains all of the source code of the project:
    • src/apps: contains the source code of the iOS and Android app.
    • src/server: contains the source code for the node.js application that runs on the server side.
    • src/webapp: contains the source code for the frontend, contains lots of vue files.
  • website/: contains all of the website files:
    • website/dist/: contains all the ready to distribute website files
    • website/src/: contains all of the source files (markdown format) for the website. These files are converted into HTML by the build script.
  • package.sh: collects all of the files of the project and copies them into the dist/ folder. It also automatically compiles the webapps and removes unnecessary files as well as resetting the databases and settings to the defaults.
  • .eslintrc.js: ESlint config, the linter used for the project. Before starting a PR, make sure the linter is happy!
  • notes.md: Project notes, including future plans for it.

You may notice some additional folders appearing after running

./package.sh

This is to shrink the repository size. Distribution ready files can be found in the releases or on our website.