This package has been deprecated

Author message:

move to @the-/assets ( https://github.com/the-labo/the/tree/master/packages/assets#readme )

the-assets

2.5.6 • Public • Published

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

/the-assets/

    Package Sidebar

    Install

    npm i the-assets

    Weekly Downloads

    0

    Version

    2.5.6

    License

    MIT

    Unpacked Size

    3.04 MB

    Total Files

    59

    Last publish

    Collaborators

    • okunishinishi