New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sssg

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sssg

Simple static site generator. Generate static website from developer-friendly languages like pug, styulus, es6, flow.

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

sssg - Simple Static Site Generator

Build status Coverage status npm version

Generate static website from developer-friendly languages like pug, stylus, es6.

Not limited to es6, you can develop with ReactJS, flow-type, and any other frameworks/languages which babel can transpile. See detail in Build Mechanism.

See document for details.

Install

npm install -g sssg

Try prototyping

sssg try

After dispatching sssg try,

  • Directories ./src and ./docs will be created at your working directory.
  • Browser app will launch and open ./docs/index.html.
  • The web page in browser will be live-reloaded when you update files in ./src folder.
dirdescription
./srcStores files to be edited.
./docsStores files to be served by web server

You can freely edit files in the ./src folder and see changes on your browser's page.

Keywords

pug

FAQs

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