Socket
Socket
Sign inDemoInstall

generator-hl-challenge

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-hl-challenge

Hacking-Lab Challenge container generator


Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

Hacking-Lab Challenge Generator

This generator uses yo to generate new Hacking-Lab Challenge Docker containers.

Installation and Usage

  1. Run npm install -g generator-hl-challenge to install the generator
  2. Create an empty directory: git init my-awesome-challenge && cd my-awesome-challenge
  3. Run the generator and answer all questions: yo hl-challenge
  4. Read the README.md file in your new challenge for customization and build instructions

Please leave feedback if you run into any problems.

Development

To test locally, run npm link in this directory (requires sudo).

Adding support for a new image

To add support for a new base image, you will have to:

  1. Add it to the base images in index.js
  2. Add generators/app/templates/{image}.md with the customization instructions
  3. Add generators/app/templates/{image}/* with a tiny sample application (optional, don't add root/ to the path)

Keywords

FAQs

Package last updated on 01 Apr 2020

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