Socket
Socket
Sign inDemoInstall

kibu

Package Overview
Dependencies
10
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kibu

Kibu (Foundation): A nodejs web framework.


Version published
Maintainers
1
Install size
230 kB
Created

Readme

Source

Kibu

Build Status

this is a work in progress. check back later.

Usage

Install kibu globally.

npm install -g kibu

To generate a new project

kibu -n <project_name>
cd <project_name>/
npm install

Start your server

kibu -s <port|3000>

Testing

Kibu uses jasmine-node for testing. Be sure to install it with npm install -g jasmine-node.

Run the kibu specs with

kibu -t

Influences

This project is heavily influenced by connect and express.

FAQs

Last updated on 16 Oct 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc