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

kittycms

v1.0.1

Published

a simple cms

Downloads

29

Readme

kittycms

it's a simple cms.

我希望借助目前流行的node技术完成一个简单的cms系统,可以应对基本的网站要求。目前前后台模板都已开发完成,node层已完整了首次安装检测、数据库模型设计等。由于现在需要找工作,开发比较缓慢。

kittycms基于express框架开发,使用mongodb进行数据持久化

使用了mongoose、stylus等第三方模块;使用nodemon或supervisor进行本地执行;

并自己实现了手机端访问检测、inherits,bind,extend等语言增强模块

Demo

http://www.msmooc.com/

Installation

采用源码上传后再通过web访问的方式来安装(类似于传统cms)

至于源码下载,可以采用git或npm的方式

$ npm install kittycms

Objective

  • 使用简洁
  • 功能简单

Quick Start

基本思路:先用git或npm把kittycms源码下载到本地或服务器,然后启动kittycms。

  • npm下载源码, 从node_module中找出源码。
$ npm install kittycms
  • Install dependencies
$ npm install
  • 上传到server,并启动
$ npm start   或   node ./bin/www   或     supervisor ./bin/www
  • 通过域名或localhost:端口号访问
$ 例如: http://localhost:3000/
  • 自动进入install流程,按步骤操作
$ 页面自动跳转到 http://localhost:3000/install
  • 服务器运行的话,可以采用nginx后端代理的方式,将http转发给node服务