# grunt-artycles

> Grunt tasks for Artycles

Latest version **0.1.0** (published 2015-10-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install grunt-artycles
pnpm add grunt-artycles
yarn add grunt-artycles
bun add grunt-artycles
```

## 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.1.0 |
| Published | 2015-10-31 |
| First published | 2015-10-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | makesites |
| Maintainers | makesites |
| Keywords | gruntplugin, artycles, media, encode, convert |

## Links

- npm: https://www.npmjs.com/package/grunt-artycles
- Repository: https://github.com/makesites/grunt-artycles
- Issues: https://github.com/makesites/grunt-artycles/issues
- npm.io page: https://npm.io/package/grunt-artycles

## Dependencies (1)

- [artycles](https://npm.io/package/artycles.md) *

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-10-31
- 0.0.1 — 2015-10-31

## README

# Grunt Artycles

Grunt tasks for bulk conversion of media files, using [Artycles](http://github.com/makesites/artycles)


## Install

Install grunt-artycles next to your project's gruntfile with:
```
npm install grunt-artycles
```
This plugin requires Grunt >0.4.0

## Usage

Simply add this line to your project's Gruntfile.js gruntfile:
```
grunt.loadNpmTasks('grunt-artycles');
```
Then specify your config:
```
	grunt.initConfig({
		artycles: {
			options: {
				/** @optional  - use to override default Artycles options */
			},
			dist: {
				/** @required  - string (or array of) including grunt glob variables */
				src: ['./static/*/*.jpg', './media/*/*.mp4', './raw/*/*.png'],
				/** @optional  - if provided the converted files will be saved in this folder instead */
				dest: './assets/'
			}
		}
	});
```

## Credits

Initiated by Makis Tracend ( [@tracend](http://tracend.me) )

Distributed through [Makesites.org](http://makesites.org)

Released under the [MIT license](http://makesites.org/licenses/MIT)

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