/buck

A fast and efficient Node Package Manager 🐕⚡

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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