Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nokitjs

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nokitjs

A Web development framework

  • 1.26.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
39
decreased by-48.68%
Maintainers
1
Weekly downloads
 
Created
Source

简介

Nokit 是一个简单易用的基于 Nodejs 的 Web 开发框架,默认提供了 MVC / NSP / REST 等支持,并提供对应项目模板。 Nokit 核心非常简洁,大多数功能以扩展形式存在,开发人员也可以方便的为 Nokit 添加新的扩展。

npm version Build Status

安装

$ npm install nokitjs [-g]

示例

创建应用
$ nokit create demo 

以上命令会生成一个最简单的应用所需要的目录结构和配置。

启动应用
$ nokit start -n demo
查看应用
[sudo] nokit list

查看所有已启动的应用

停止应用
[sudo] nokit stop name

可以指定 pid (进程ID,可以用过 nokit list 查看),停止指定的的应用,也可以省略停止所有应用

重启应用
[sudo] nokit restart name

可以指定 pid (进程ID,可以用过 nokit list 查看),重启指定的的应用,也可以省略重启所有应用

社区

  1. 说明文档 wiki
  2. 问题反馈 issues
  3. 交流论坛 http://jser.cc

Keywords

FAQs

Package last updated on 08 Apr 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc