Registry / devops / shipp
library0.16.4jsnpmunverified

Zero configuration front-end dev server that infers compilation pipelines from file extensions, routes from directory structure, and handles live browser refresh, hot-loading dependencies, and automatic bundling via webpack. As of v0.16.4, it is in early development (pre-1.0) with a focus on sensible defaults and minimal config. Differentiators include inferred routes, data mocking, database querying via Universql, and Dockerized microservice support planned but not yet implemented.

npm install shipp
INSTALL
IMPORT
SIG · SHIPP
S
shipp
devopsjavascriptv0.16.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

shipp
npm install -g shipp
npm install --save shipp
shipp is a CLI tool, not a library. Install globally.
pipelines:add
shipp pipelines:add *.jbs "jade>handlebars>html-minifier"
shipp add-pipeline *.jbs jade
Use the colon syntax for subcommands.

Install globally, create a minimal project with an HTML file, and start the dev server with live refresh.

npm install -g shipp mkdir my-project && cd my-project echo '<h1>Hello shipp!</h1>' > index.html shipp start
Debug
Known issues
gotchashipp is pre-1.0 and APIs may change without notice. Zero configuration may not work for complex setups.
fix
Be prepared to override defaults or migrate if APIs change.
affects: <1.0
breakingVersion 0.16.x changed the way data directories are handled. Object-based JSON now yields routes from keys instead of array-like enumeration.
fix
Review data folder structure: object keys become routes in v0.16+.
affects: >=0.16.0 <0.17.0
Errors
Common errors & fixes
shipp: command not found
shipp not installed globally or not in PATH.
fix
Run npm install -g shipp again, or ensure global bin directory is in your PATH.
Error: Cannot find module 'shipp'
Attempting to require shipp as a Node module instead of using CLI.
fix
shipp is a CLI tool; use 'shipp start' from terminal.
Upgrade
Version history
0.16.4latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
packageshipp
shipp — npm install shipp · libregistry