2.5.6 • Published 5 years ago

the-assets v2.5.6

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

2.5.5

5 years ago

2.5.4

5 years ago

2.5.3

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.5.0

6 years ago

2.4.3

6 years ago

2.4.0

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

7 years ago