# @tamland/stylelint

> Collection of stylelint dependencies

Latest version **0.0.35** (published 2020-06-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tamland/stylelint
pnpm add @tamland/stylelint
yarn add @tamland/stylelint
bun add @tamland/stylelint
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.35 |
| Published | 2020-06-07 |
| First published | 2019-06-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8 |
| Dependencies | 11 |
| Unpacked size | 2.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | News Team |
| Maintainers | sweetlikepete |
| Keywords | tamland, @tamland |

## Links

- npm: https://www.npmjs.com/package/@tamland/stylelint
- Repository: https://github.com/feight/tamland
- Homepage: https://github.com/feight/tamland/tree/master/packages/stylelint#readme
- Issues: https://github.com/feight/tamland/issues
- npm.io page: https://npm.io/package/@tamland/stylelint

## Dependencies (11)

- [stylelint](https://npm.io/package/stylelint.md) ^13.6.0
- [stylelint-a11y](https://npm.io/package/stylelint-a11y.md) ^1.2.3
- [stylelint-scss](https://npm.io/package/stylelint-scss.md) ^3.17.2
- [stylelint-order](https://npm.io/package/stylelint-order.md) ^4.1.0
- [stylelint-use-nesting](https://npm.io/package/stylelint-use-nesting.md) ^3.0.0
- [@tamland/stylelint-config](https://npm.io/package/@tamland/stylelint-config.md) 0.0.34
- [stylelint-declaration-strict-value](https://npm.io/package/stylelint-declaration-strict-value.md) ^1.5.0
- [stylelint-high-performance-animation](https://npm.io/package/stylelint-high-performance-animation.md) ^1.5.1
- [stylelint-selector-tag-no-without-class](https://npm.io/package/stylelint-selector-tag-no-without-class.md) ^2.0.3
- [stylelint-no-unsupported-browser-features](https://npm.io/package/stylelint-no-unsupported-browser-features.md) ^4.0.0
- [stylelint-declaration-block-no-ignored-properties](https://npm.io/package/stylelint-declaration-block-no-ignored-properties.md) ^2.3.0

## Recent versions

- 0.0.35 (latest) — 2020-06-07
- 0.0.34 — 2020-05-22
- 0.0.33 — 2020-05-20
- 0.0.32 — 2020-05-18
- 0.0.31 — 2020-04-23
- 0.0.30 — 2020-02-26
- 0.0.29 — 2020-01-29
- 0.0.28 — 2020-01-14
- 0.0.27 — 2019-11-29
- 0.0.23 — 2019-11-15
- 0.0.22 — 2019-11-11
- 0.0.21 — 2019-11-06
- 0.0.20 — 2019-10-01
- 0.0.17 — 2019-09-04
- 0.0.14 — 2019-08-22
- … 7 more at https://npm.io/package/@tamland/stylelint/versions

## README

<h1 align="center">tamland</h1>

<h1 align="center">
  <img
    src="https://raw.githubusercontent.com/feight/tamland/master/resources/brick.jpeg"
    alt="tamland"
    title="tamland"
    width="300"
  >
</h1>

<p align="center" style="font-size: 1.2rem;">
  A framework for creating Progressive Web Apps and deploying them to
  Google App Engine.
</p>

<div align="center">

  [![License](https://img.shields.io/npm/l/@loadable/component.svg)](https://github.com/feight/tamland/blob/master/LICENSE)

</div>

<br>

## Features

1. Typescript
2. React
3. SSR
4. PWA
5. App Engine deployment integration

## Installation

Install yeoman globally

  ```sh
  npm install -g yo
  ```

Install the tamland yeoman generator

  ```sh
  npm install -g @tamland/generator-tamland
  ```

Run the tamland yeoman generator

  ```sh
  yo @tamland/tamland
  ```

You'll be prompted for a project name. This name will be used to create a new folder.
The project will be installed in this folder.

## Usage

After installation, cd into the new folder

  ```sh
  cd new-project-name
  ```

Run the setup to install all the dependencies for working with Google App Engine

  ```sh
  npm run setup
  ```

## Local development

From with the project folder run the local script

  ```sh
  npm run local
  ```

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