This package has been deprecated

Author message:

didn't work out, please don't use this

@augu/tanuki
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@augu/tanuki

🐻 Personal build-tool framework for building libraries and applications for my TypeScript projects

Usage

CLI:

$ tanuki build --mode ["app" / "mode"] [--esm "true" / "false"] [--minfy "true" / "false"]

Programmatic:

const { Tanuki, BuildMode } = require('@augu/tanuki');
const tanuki = new Tanuki({
  name: 'project name',
});

tanuki.build({ esm: true, minify: true, mode: BuildMode.Library });
tanuki.docs();
tanuki.lint(['src/**/*.ts']);

Why?

I don't want to re-configure my TypeScript tool-chain every second, so I want to create a unified one that works really well within my workflow.

This also means that I can use the same tool-chain for all my projects, and it will work just fine! And it has a documentation generator which is linked to docs.floofy.dev.

This is meant for my personal usage, you don't have to use this if you don't feel like it.

License

@augu/tanuki is released under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @augu/tanuki

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

5.57 MB

Total Files

6

Last publish

Collaborators

  • auguwu