quackage
v1.0.65
Published
Building. Testing. Quacking. Reloading.
Downloads
3,075
Readme
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 quackageSecond, quack like a duck.
For instance, you can check your build configurations:
npx quack check-buildYou can build the app
npx quack buildYou can test
npx quack testIf you hate this, you can always inject commands into your package.json file:
npx quack enhance-my-packageRelated Packages
- 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.
