New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cartridge-node-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cartridge-node-server

Node server module for the cartridge project

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

Cartridge Node Server installation Build Status

To use this module, you will need cartridge-cli installed and have a cartridge project setup.

npm install cartridge-node-server --save-dev

This module adds the following to a project:

This is not a typical cartridge expansion pack. This bakes a node server into your cartridge project. It uses Node.js and express to build the server and present the html through port 3001.

This mdule also uses handlebars tempating on the server side to compile the html.

Config

Once installed, you can start the instance of your server by calling node server.js in your command prompt.

Usage

Use this module at the beginning of a project to enable a server based setup.

Warning

There is no uninstall of this module, so please be sure that when choosing to install this module it is the correct install for your project.

This module deletes any trace of itself from the node_modules folder and updates your package json so that it is represented if you choose to delete your node_modules and re-install.


Development

Commit message standards Commitizen friendly

Try and adhere as closely as possible to the Angular commit messages guidelines.

Commitizen is a command line tool which can help with this:

npm install -g commitizen

Now, simply use git cz instead of git commit when committing.

Keywords

FAQs

Package last updated on 27 Apr 2016

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