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

@animus-bi/scab

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@animus-bi/scab

A CLI that scaffolds up projects of various kinds

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Scabbard

Scabbard is a super cool cli wrapper that allows you to create recipes for projects and components that can be used to scaffold up various project types for efficiency.

BETA

  • Be advised - this package is still in beta.

Getting Started

  • The idea behind this repo would be to npm install
Prerequisites
  • linux-like terminal (eg. zsh, bash, git bash for windows)
  • Install kubectl
  • Install kops
  • Install jq
Cloud Providers
  • For AWS
  • For GCP
  • For Azure
Creating a k8s environment for a given cloud provider

Scabbard: a sheath for the blade of a sword or dagger, typically made of leather or metal.

  • In our case, the scabbard will be our k8s environment, and scab will be the command to use to create the scabbard, the sword, the belt, the whatever-you-like.
  1. run the following to create an aws environment:
scab create \
  --provider aws \
  --profile <aws-profile> \
  --userName <iam-user> \
  --groupName <iam-group> \
  --domainName <route53Domain>
  • This will run through this sequence of steps in a genericized/templatized script

Keywords

FAQs

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