2.5.6 • Published 6 years ago

the-assets v2.5.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

the-assets

Build Status npm Version JS Standard

Assets for the-framework

Installation

$ npm install the-assets --save

Usage

'use strict'

const theAssets = require('the-assets')

async function tryExample () {
  const assets = theAssets()
  await assets.installTo('public/css')
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

2.5.6

6 years ago

2.5.5

6 years ago

2.5.4

7 years ago

2.5.3

7 years ago

2.5.2

7 years ago

2.5.1

7 years ago

2.5.0

7 years ago

2.4.3

7 years ago

2.4.0

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago