Skip to content

hiNISAL/packaholic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packaholic-server

A simple implementation of packaging service based on packaholic.

Usage

git clone https://github.com/hiNISAL/packaholic-server

cd packaholic-server

bun install
bun start

Quick Start

There is an example in the /test/project directory of the project, which can be triggered by the following curl.

curl -X POST \
  http://localhost:3001/pack \
  -H 'Content-Type: application/json' \
  -d '{
    "source": "./test/project"
}'

About

server for packaholic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published