@the-/assets

Assets for the-framework

Usage no npm install needed!

<script type="module">
  import theAssets from 'https://cdn.skypack.dev/@the-/assets';
</script>

README

@the-/assets

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links