Socket
Socket
Sign inDemoInstall

camper

Package Overview
Dependencies
237
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    camper

S'mores and static sites.


Version published
Weekly downloads
11
increased by1000%
Maintainers
2
Install size
13.9 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 08 Nov 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc