# @smake/utils

> Typescript Module Template

Latest version **1.0.3** (published 2022-05-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install @smake/utils
pnpm add @smake/utils
yarn add @smake/utils
bun add @smake/utils
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2022-05-13 |
| First published | 2022-05-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=12.0.0 |
| Dependencies | 0 |
| Unpacked size | 16.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yu Chen |
| Maintainers | kuyoonjo |
| Keywords | typescript, generator, node, module, javascript, js |

## Links

- npm: https://www.npmjs.com/package/@smake/utils
- npm.io page: https://npm.io/package/@smake/utils

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.3 (latest) — 2022-05-13
- 1.0.2 — 2022-05-12
- 1.0.1 — 2022-05-04
- 1.0.0 — 2022-05-03

## README

# @smake/utils

```js
// smake.js
const { Fn, Shell } = require('@smake/utils');

module.exports = [
  new Fn('1', () => console.log('Fn OK')),
  new Shell('2', 'echo', ['Shell OK']),
  new Shell('3', 'ls'),
];
```

---
_Source: https://npm.io/package/@smake/utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
