Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 747 Bytes

readme.md

File metadata and controls

36 lines (25 loc) · 747 Bytes

Buck

⚡Fast Package Manager for Node.js


⚠️ buck is still a WIP with minimal working commands and features.

Installation

At the moment the only way to install buck is building it from source:

git clone https://github.com/rhygg/buck 
cd buck 
go get

To run buck on the current terminal window:

go install

Usage

Currently the only working command is add. Buck has also successfully implemented a module caching paradigm as of now.

Example:

buck add express