An open API service indexing awesome lists of open source software.

https://github.com/artdecocode/veg

Building projects in Node.js.
https://github.com/artdecocode/veg

Last synced: 3 months ago
JSON representation

Building projects in Node.js.

Awesome Lists containing this project

README

          

# veg

[![npm version](https://badge.fury.io/js/veg.svg)](https://npmjs.org/package/veg)

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

```sh
yarn add -E veg
```

## Table Of Contents

- [Table Of Contents](#table-of-contents)
- [API](#api)
* [`veg(arg1: string, arg2?: boolean)`](#mynewpackagearg1-stringarg2-boolean-void)

## API

The package is available by importing its default function:

```js
import veg from 'veg'
```

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

Call this function to get the result you want.

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

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

---

(c) [Art Deco][1] 2018

[1]: https://artdeco.bz