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 🙏

© 2026 – Pkg Stats / Ryan Hefner

belivar

v0.0.1

Published

A blog with nodejs and vuejs.

Downloads

35

Readme

belivar

A lightweight blog system written by node.js and react.js.

简介

Belivar是一款基于Node.js的轻量级博客系统,采用markdown编写博文,支持主题切换,系统本身不支持评论,默认主题提供多说评论系统。

技术

Belivar采用Koa框架实现,支持MySQL和MongoDB(即将支持)数据库。控制台UI(开发中)采用React.js和Redux.js。 Belivar还提供了一套restful api来支持二次开发。
详情请查看API文档:http://belivar.love/articles/1de69898-fe2f-4e29-9ba4-15eb66960c01

Belivar的由来

一直以来就有写一款自己的博客系统的想法,一直也未付诸于行动,正好赶在毕业这个时间点,打算把好久之前的心愿实现,纪念学生时代的正式结束。

开发

$ npm install

// run dev environment
$ grunt dev

// build management 
$ grunt build

使用

$ npm install

$ NODE_ENV=production node index.js

// pm2 
$ NODE_ENV=production pm2 start index.js --name="belivar"