🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

rship

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rship

Ecosystem for building isomorphic web applications

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
8
-86.89%
Maintainers
2
Weekly downloads
 
Created
Source

Build Status NPM version Test Coverage Code Climate

TL;DR

RSHIP (Rocket Ship) – isn't boilerplate. It's a tool for developing and building isimorphic web applications.

asciicast

Slides

Goals

  • No pain with iterable stop/run node.js server;
  • Fast recompiling and starting node.js webserver processes;
  • Livereload over separated ports (html / (css/client js/images));
  • Source code compiling and running from RAM over MemoryFS;
  • Has instruments for debugging server side code;
  • Has CPU and RAM usage metrics;
  • Can works globally and locally as part of your project;

Installation

$ npm i rship -g          # via npm
$ yarn global add rship   # via yarn, !can be problems!

Initialize application

When RSHIP has been istalled, CLI is ready for creating application from DEFAULT BOILERPLATE

$ rship new application_name # rship n applciation_name

Default boilerplate

Contains

Goals

  • Server Side Rendering;
  • SEO compability;
  • Similar codebase over all project;
  • Performance;
  • Maintainability;

How is it works?

Documentation

CLI

$ rship

Usage: rship [options] [command]

  Commands:

    new|n     [name]                   create ship application
    setup|s   [options]                setup application
    run       [env]                    run development mode
    install|i [options] [packages...]  install system dependencies
    remove|r  [options] [packages...]  remove client/server dependencies

  CLI for building Isomorphic Web App

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Developing

$ cd /Users/foo/code/application_name
$ rship run dev

Building globally

$ cd /Users/foo/code/application_name
$ rship run build
MIT Rambler Digital Solutions (2016)

FAQs

Package last updated on 12 Apr 2017

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