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

kalong

v1.0.0-alpha.3

Published

A frontend styleguide development toolkit

Downloads

7

Readme

kalong—a frontend styleguide development toolkit

Kalong is a collection/combination of different tools, to help you get started creating your own frontend styleguide, with easy reusable components. It is based on Fractal and a collection of custom gulp-tasks to get you started fast.

Installation

Kalong is intended to be cloned, configured and setup as the core of your project, so instead of npm-installing this, you should rather clone this project:

git clone https://github.com/webgefrickel/kalong.git ./newproject

After successfully cloning kalong, run npm install in the folder you cloned it into to install all needed dependencies.

Setting everything up

Open up the file kalong.config.js, change the title of to match your project and bump the version-number, if you want to. If you have a local server running (like Apache or nginx), you should create a subdomain and point this vhost to the public-folder. This step is optional, but highly recommended.

Start coding!

Open up a terminal and run npm start and the development-server will fire up, and you can start creating new components, templates and whatever you want.

TODO

Create a build

You have a new release of your styleguide ready? Run npm run build to create a production-ready version of the styleguide, with minified JavaScript and CSS and everything you need.

Where should I put my stuff?

All your Sass, JavaScript, Images and SVGs that you want to use in your stylesheets and all fonts should go into their respective folders in ./src/.

All those files are gonna be parsed/compiled/minified/concatenated/copied to the dest-Folder in public by the gulp tasks. The idea here is: keep all your sources in the src-folder, let gulp do the heavy lifting.

Everything else, that is HTML, CMS, PHP or whatever should be public (favicons, editorial images, documents etc.), should reside in the folder ./public.

Thanks to

TODO

Collaboration

Feel free to open issues and send me pull requests.

Maintainers

Steffen Rademacker @webgefrickel

License

kalong is published under the MIT License