1. Introduction
  2. Summary
  3. 1. Getting Started
    1. 1.1. Installation
    2. 1.2. First Steps with Buffrs
  4. 2. Buffrs Guide
    1. 2.1. Why Buffrs Exists
    2. 2.2. The Framework
    3. 2.3. Package Types
    4. 2.4. Creating a Package
    5. 2.5. Consuming Packages
    6. 2.6. Import System
    7. 2.7. Project Layout
    8. 2.8. Manifest vs Lockfile
    9. 2.9. Buffrs Home
  5. 3. Buffrs Integrations
    1. 3.1. Cargo
    2. 3.2. Poetry
    3. 3.3. Npm
  6. 4. Buffrs Migration
    1. 4.1. Decomposition
    2. 4.2. Project Setup
    3. 4.3. Common Issues
    4. 4.4. Continuous Integration
  7. 5. Buffrs Reference
    1. 5.1. Editions
    2. 5.2. Specifying Dependencies
      1. 5.2.1. Overriding Dependencies
    3. 5.3. The Manifest Format
    4. 5.4. The Lockfile Format
    5. 5.5. Configuration
    6. 5.6. Environment Variables
    7. 5.7. Build Configuration
    8. 5.8. Publishing on buff.rs
    9. 5.9. Package Name Specifications
    10. 5.10. Protocol Buffer Rules
    11. 5.11. Dependency Resolution
    12. 5.12. SemVer Compatibility
  8. 6. Buffrs Registry Reference
    1. 6.1. Authentication
    2. 6.2. Ownership
    3. 6.3. Storage Layers
    4. 6.4. Public Registry (buff.rs)
    5. 6.5. Categories
    6. 6.6. Self Hosting
      1. 6.6.1. Registry Index
      2. 6.6.2. Registry Web API
      3. 6.6.3. Creating Teams
  9. 7. Buffrs Commands
    1. 7.1. General Commands
      1. 7.1.1. buffrs
      2. 7.1.2. buffrs help
      3. 7.1.3. buffrs version
    2. 7.2. Build Commands
      1. 7.2.1. buffrs clean
      2. 7.2.2. buffrs doc
      3. 7.2.3. buffrs generate
      4. 7.2.4. buffrs list
    3. 7.3. Manifest Commands
      1. 7.3.1. buffrs add
      2. 7.3.2. buffrs lock
      3. 7.3.3. buffrs remove
      4. 7.3.4. buffrs tree
      5. 7.3.5. buffrs update
    4. 7.4. Package Commands
      1. 7.4.1. buffrs init
      2. 7.4.2. buffrs new
      3. 7.4.3. buffrs lint
      4. 7.4.4. buffrs package
      5. 7.4.5. buffrs install
      6. 7.4.6. buffrs uninstall
    5. 7.5. Publishing Commands
      1. 7.5.1. buffrs login
      2. 7.5.2. buffrs logout
      3. 7.5.3. buffrs publish
      4. 7.5.4. buffrs yank
  10. 8. FAQ

The Buffrs Book

buffrs generate