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

symply

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symply

A dead-simple static site generator.

  • 0.1.6
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

A dead-simple static site generator with great flexibility and control.

Main advantages:

  • Minimum magic - maximum transparency
  • Total control of the generation process
  • JSX support for generation helper functions
  • SASS/SCSS styles compilation support
  • Built-in web server with watch mode for instant development preview on every file change

Symply is based on well-known fast and reliable Handlebars.js templating engine.

Great for personal sites, reports, landing pages, and other small projects where you want to be in control of everything.

If you have a project with 100+ pages, better use Hugo (Go) or Gatsby.js (JavaScript) which are more suitable for such use-cases.

Installation

npm -g install symply

Quick Start

symply init # generate file structure

symply generate

Basic Commands

Partial interpolation

Insert content of a partial file by its name.

Use partial name without its .html extension, e.g. myPartial.html -> {{> myPartial }}.

{{> myPartial }} 

FAQs

Package last updated on 01 Feb 2021

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