veg

Building projects in Node.js.

Usage no npm install needed!

<script type="module">
  import veg from 'https://cdn.skypack.dev/veg';
</script>

README

veg

npm version

veg is a new Node.js npm package. Building projects in Node.js.

yarn add -E veg

Table Of Contents

API

The package is available by importing its default function:

import veg from 'veg'

veg(
  arg1: string,
  arg2?: boolean,
): void

Call this function to get the result you want.

/* yarn example */
import veg from 'veg'

(async () => {
  await veg()
})()

(c) Art Deco 2018