New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

quackage

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quackage

Building. Testing. Quacking. Reloading.

latest
Source
npmnpm
Version
1.0.65
Version published
Maintainers
2
Created
Source

Quackage

Package. Test. Duck. Name a more iconic trio.

Who doesn't love managing configuration and tooling? I can tell you who doesn't love it. I don't love it.

This standardizes:

  • Building an app for a browser
  • Transpiling an app for ... older browsers
  • Running unit tests
  • Copying files around
  • Managing package.json files in a standad way
  • Assembling folders of JSON views into v7iew classes
  • Boilerplate files and file structures
  • Pulling documentation from codebases
  • Compiling data description language files into their downstream parts (manifests, sql generation, documentation, etc.)

Usage

First you need to install the thing. The easy way is npm or whatever you use to get your packages, which installs the package and puts a couple commands in your node_modules/.bin folder. You run it either with quack or q for short.

npm install --save-dev quackage

Second, quack like a duck.

For instance, you can check your build configurations:

npx quack check-build

You can build the app

npx quack build

You can test

npx quack test

If you hate this, you can always inject commands into your package.json file:

npx quack enhance-my-package
  • indoctrinate - Documentation scaffolding

License

MIT

Contributing

Pull requests are welcome. For details on our code of conduct, contribution process, and testing requirements, see the Retold Contributing Guide.

Keywords

templates

FAQs

Package last updated on 16 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts