# @gluestack/helpers

> Helpers for GlueStack framework

Latest version **0.0.17** (published 2023-04-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install @gluestack/helpers
pnpm add @gluestack/helpers
yarn add @gluestack/helpers
bun add @gluestack/helpers
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.17 |
| Published | 2023-04-10 |
| First published | 2022-12-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 116.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | amars29, hasnentai, vidhi499, rohit_singh, ashishb.geek, viraj-10, madhavb230100, mayankp06, meenumakkar, ankit-tailor, sanketsahu, faizahmed, saurabhsahu13, surajahmedc, shivams_geek, kumarpratik, gluestackadmin |
| Keywords | npm, gluestack-helpers |

## Links

- npm: https://www.npmjs.com/package/@gluestack/helpers
- Repository: https://github.com/gluestack/helpers
- Homepage: https://github.com/gluestack/helpers#readme
- Issues: https://github.com/gluestack/helpers/issues
- npm.io page: https://npm.io/package/@gluestack/helpers

## Dependencies (8)

- [colors](https://npm.io/package/colors.md) ^1.4.0
- [dotenv](https://npm.io/package/dotenv.md) ^16.0.3
- [nodemon](https://npm.io/package/nodemon.md) ^2.0.20
- [dockerode](https://npm.io/package/dockerode.md) ^3.3.4
- [tree-kill](https://npm.io/package/tree-kill.md) ^1.2.2
- [cli-table3](https://npm.io/package/cli-table3.md) ^0.6.3
- [@types/node](https://npm.io/package/@types/node.md) ^18.11.16
- [json-to-pretty-yaml](https://npm.io/package/json-to-pretty-yaml.md) ^1.2.2

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.0.17 (latest) — 2023-04-10
- 0.0.16 — 2023-03-22
- 0.0.15 — 2023-03-09
- 0.0.14 — 2023-03-09
- 0.0.13 — 2023-03-09
- 0.0.12 — 2023-02-16
- 0.0.11 — 2023-02-15
- 0.0.10 — 2023-02-08
- 0.0.9 — 2022-12-29
- 0.0.8 — 2022-12-21
- 0.0.7 — 2022-12-21
- 0.0.6 — 2022-12-21
- 0.0.5 — 2022-12-21
- 0.0.4 — 2022-12-21
- 0.0.3 — 2022-12-21
- … 2 more at https://npm.io/package/@gluestack/helpers/versions

## README

## About cgsa-template

> **Note:** This repository contains example app built using the GlueStack framework.

# Installation

```shell
$ npx create-gluestack-app my-gluestack-app

OR

$ npm init gluestack-app my-gluestack-app
```

# Commands

## glue command

```shell
$ node glue
Usage: glue [options] [command]

GlueStack framework

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  hello-world     Prints Hello world!
  help [command]  display help for command
```

## hello-world command

```shell
$ node glue hello-world

Hello world!
```

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