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

pwomp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pwomp

Pwomp is a Node.js static site generator

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Pwomp

Build Status

A command-line interface for creating, serving, and building fast websites.

Pwomp is a lightly-opinionated framework for building static sites.

Installation

npm install -g pwomp

Usage

After installation the pwomp command will be available in your terminal.

You can call pwomp <command> --help to find out more about the following commands.

Create a new project

pwomp new my-new-site

This will create a new folder my-new-site, scaffold the Pwomp project, and install any necessary dependencies.

Build the project

pwomp build

This will compile your source folder into an output folder ready to be deployed and served.

Run the development server

pwomp serve

This will launch a development server automatically builds your project on file changes and serves the compiled site at http://localhost:3000/.

FAQs

Package last updated on 04 Oct 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

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