# art-suite-app

> Art.Suite.App

Latest version **1.0.4** (published 2021-08-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install art-suite-app
pnpm add art-suite-app
yarn add art-suite-app
bun add art-suite-app
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2021-08-25 |
| First published | 2019-08-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 17.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Shane Brinkman-Davis Delamore, Imikimi LLC |
| Maintainers | shanebdavis |

## Links

- npm: https://www.npmjs.com/package/art-suite-app
- Repository: https://github.com/art-suite/art-suite-applications
- Issues: https://github.com/art-suite/art-suite-applications/issues
- npm.io page: https://npm.io/package/art-suite-app

## Dependencies (2)

- [art-suite](https://npm.io/package/art-suite.md) ^2.0.6
- [art-build-configurator](https://npm.io/package/art-build-configurator.md) ^1.29.3

## Recent versions

- 1.0.4 (latest) — 2021-08-25
- 1.0.3 — 2021-08-25
- 1.0.2 — 2020-12-13
- 1.0.0 — 2020-12-01
- 0.16.2 — 2020-11-28
- 0.16.0 — 2020-10-15
- 0.14.6 — 2019-08-17
- 0.14.5 — 2019-08-05

## README

# ArtSuiteApp

Build cross-platform, full-screen apps with [ArtSuite](https://github.com/imikimi/art-suite/wiki).

### Init

```coffeescript
Config:
  Enviroments:
    Development

      # configure ArtAws (config for all Amazon AWS access)
      artAws:

        region:             'us-east-1'

        credentials:
          accessKeyId:      'blah'
          secretAccessKey:  'blahblah'

        s3Buckets:
          tempBucket:       'oz-dev-expiring-uploads'

        dynamoDb:
          endpoint:         'http://localhost:8081'

      # config for ArtEry
      artEry: tableNamePrefix: "oz-dev."

      # config for Pusher.com
      pusher: key: "blahblah"

      # config for Imgix.com
      imgix:  domain: "https://oz-dev-media.imgix.net"

# Client only

Component:
  # React component to instantiate as the top component

title:
  # the title of this app. Sets the browser tab's title, also effects logging

*:
  # all options are passed to ArtEngine.FullScreenApp.init
  # see that doc for more valid options (such as styleSheets and fontFamilies)

```

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