New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

posk

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posk

Zero-config SvelteKit project initializer with AWS infrastructure provisioning built-in

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

POS Killer (POSK)

A zero-config SvelteKit project initializer with AWS infrastructure provisioning built-in.

Overview

POS Killer (POSK) is a command-line tool designed to simplify the process of setting up SvelteKit projects with AWS infrastructure. It provides a streamlined workflow for initializing, deploying, and managing SvelteKit applications on AWS services like Elastic Beanstalk, RDS, and S3.

Features

  • Project Initialization: Set up a new SvelteKit project with a single command
  • Database Integration: Configure PostgreSQL databases (local development requires PostgreSQL installation, or use AWS RDS)
  • S3 Storage: Set up and manage AWS S3 buckets for file storage using AWS CLI
  • Elastic Beanstalk Deployment: Deploy your SvelteKit application to AWS Elastic Beanstalk
  • Interactive Dashboard: View and manage your project's AWS resources through a web-based dashboard

Installation

npm install -g create-posk

Usage

Initialize a new project

create-posk init

This command will guide you through setting up a new SvelteKit project with optional AWS infrastructure.

Deploy to AWS

create-posk deploy

This command will build your SvelteKit project and deploy it to AWS Elastic Beanstalk.

View Dashboard

create-posk dashboard

This command will open a web-based dashboard showing your project's AWS resources and configuration.

Configuration

POSK stores your project configuration in a posk.json file in your project root. This file contains information about your project, database, S3 bucket, and Elastic Beanstalk deployment.

Requirements

  • Node.js 16 or higher
  • AWS CLI (for AWS-related features)
  • AWS account (for AWS-related features)
  • PostgreSQL (for local database development)

License

MIT

Keywords

posk

FAQs

Package last updated on 12 Mar 2025

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