npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

duckbench

v0.0.1-alpha.7

Published

A set of tools to help setup Amiga OS on real hardware or in an emulator.

Downloads

24

Readme

Master Tests:
Master
Develop Tests:
Develop

Duckbench

  • Builds Amiga Workbench hard drive images.
  • Allows repeatable and sharable builds.

To use Duckbench you need to

  • Install Node.js, at least version 12.14.1. See https://nodejs.org/.
  • Install WinUAE. See http://www.winuae.net/.
  • Install duckbench npm install -g duckbench

Config

If you have an installation of Amiga Forever with the AMIGAFOREVERDATA and AMIGAFOREVERROOT environment variables set, duckbench should pick up ROMs, OS floppies, and WinUAE automatically.

If you are not using Amiga Forever you must set the following environment variables:

DUCKBENCH_ROMS - Full path to your amiga ROM folder. At the minute duckbench uses only the 3.1 ROM. It must be named

  • amiga-os-310-a600.rom
  • amiga-os-310-a1200.rom
  • amiga-os-310-cd32.rom

depending on the installed system.

DUCKBENCH_DISKS - Full path to your amiga OS disks. At the minute duckbench uses only the 2.1, 3.1 or 3.0 OS. The disks must be named

  • amiga-os-NNN-workbench.adf
  • amiga-os-NNN-install.adf
  • amiga-os-NNN-extras.adf
  • amiga-os-NNN-fonts.adf
  • amiga-os-NNN-storage.adf (Not for Workbench 2.1)
  • amiga-os-NNN-locale.adf

where NNN is either 210 (For Workbench 2.1), 310 (for Workbench 3.1) or 300 (for Workbench 3.0)

DUCKBENCH_EMU - Path to WinUAE installed folder e.g. C:\Program Files\WinUAE

If you have a .db file

Run the following command

duckbench build --db <path/to/file.db>

or on Windows command prompt use

duckbench.cmd build --db <path\to\file.db>

e.g.

duckbench build --db ./new-workbench.db

or on Windows command prompt

duckbench.cmd build --db c:\users\me\Downloads\new-workbench.db

If you want to custom build your own Workbench

Run the command

duckbench or duckbench.cmd

Open a browser and go to http://localhost:8552/index.html

If you want to develop duckbench you need to

  • Install Git. See https://git-scm.com/downloads.

Run the following commands from a terminal

  1. git clone https://github.com/gareth-smyth/duckbench.git
  2. cd duckbench
  3. npm i

Status

Alpha

  • Everything is liable to change and should not be relied upon to work a certain way.
  • Issues/bugs, and feature requests are always welcome using GitHub issues.

Current limitations

  • Only supports Workbench 3.1, 3.0 and 2.1 installs
  • Small set of available plugins
  • Only supports FastFileSystem, with its associated limitations

Assumptions

Tested with

  • Windows 10
  • Amiga Forever 8R2
  • NodeJs V12.14.1

Additional tools

convertrom

  • Translates ROM images from real Amigas to a format used by emulators.
  • Translates emulator ROM images to a format used in real Amigas.

Licences & Thanks

WinUAE

https://github.com/tonioni/WinUAE

InstallerLG

https://github.com/sodero/InstallerLG

ADF/RDB

  • https://github.com/cnvogelg/amitools
  • http://lclevy.free.fr/adflib/adf_info.html

LHA

Release process

npm login npm publish