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

lexxi

v0.3.2

Published

Abstraction layer for quickly developing internet projects with Express (and friends)

Downloads

16

Readme

LEXXI 0.3.2

(っ◕‿◕)っ♥

LEXXI is an abstraction layer (toolkit? framework? boilerplate?) for quickly developing internet projects with a relatively standard express stack. It ties together the technologies you would likely choose for a web application and then gets out of your way so you can make things happen.

Included by default:

LEXXI also introduces boilerplate, lightweight*(-ish)* build scripts, and a flexible application structure that can be organized in a variety of ways.

Read the full documentation here: http://hxgf.github.io/lexxi/

Quick Start Guide

Make a directory for your new project and enter it:

mkdir cool-new-project && cd $_

Install LEXXI:

npm install lexxi

Initialize your application by copying the boilerplate:

cp -R node_modules/lexxi/boilerplate/. . && mv .npmignore .gitignore

Install all the modules:

npm install

Install the client dependencies if you want (optional, but helpful in many cases):

bower install

This series of incantations will produce a reasonably-assembled express app that uses gulp to handle various tedious parts of the development process. Take a look at the tree structure and it will seem pretty obvious where all your application code lives.

At this point, everything should be good to go...let's fire it up:

gulp dev

You can now point your favorite internet browser to http://localhost:3001, where, if all went well, you'll see our friend (っ◕‿◕)っ reaching out for love in a world of darkness ♥