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

camper

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camper

S'mores and static sites.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Camper

Generate static sites.

Getting started

Create a directory structure as below...

Directory setup

/src/
/src/page
/src/page/index.jsx
/src/page/data.json

Each folder will represent a different page that will output after camper runs.

For example, if you have /src/about/index.jsx, you'll get an about.html in the dist folder.

Install and run

npm install --save-dev camper

# OR add the following to your package.json under dependencies

"camper": "https://github.com/lonelyplanet/camper"

# Then run it...

camper src

Keywords

static

FAQs

Package last updated on 08 Nov 2016

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