# Heft node-rig

[![license@latest][img:license@latest]][link:license@latest]
[![npm@latest][img:npm@latest]][link:npm@latest]
[![libsio@latest][img:libsio@latest]][link:libsio@latest]
[![bundle@latest][img:bundle@latest]][link:bundle@latest]

> Previous name was `@kcws/node-rig`

The riggable is a idea from heft cli to simplify building process
([learn more][link:heft-rigging]).

## Profiles

The profiles is a rigging profile to set up building process based on use cases.
On this package, contains 4 profiles:

- `library` - For both modern and legacy node libraries ([learn more](#profile-lib)).
- `library-js` - For javascript node libraries ([learn more](#profile-lib-js)).
- `application` - For both modern and legacy node applications ([learn more](#profile-app)).
- `application-js` - For javascript node applications ([learn more](#profile-app-js)).

### Profile lib

### Profile lib js

### Profile app

### Profile app js


<!-- LINKS SECTION -->

[img:license@latest]: https://img.shields.io/npm/l/%40kcws%2Fheft-node-rig?style=flat-square
[link:license@latest]: ../../LICENSE

[img:npm@latest]: https://img.shields.io/npm/v/@kcws/heft-node-rig/latest?style=flat-square
[link:npm@latest]: https://www.npmjs.com/package/@kcws/heft-node-rig/v/latest

[img:libsio@latest]: https://img.shields.io/librariesio/release/npm/@kcws/heft-node-rig?style=flat-square
[link:libsio@latest]: https://libraries.io/npm/@kcws%2Fheft-node-rig

[img:bundle@latest]: https://img.shields.io/bundlephobia/min/@kcws/heft-node-rig/latest?style=flat-square&label=size
[link:bundle@latest]: https://bundlephobia.com/result?p=@kcws/heft-node-rig@latest

[link:heft-rigging]: https://heft.rushstack.io/pages/intro/rig_packages/
