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.
- Host: GitHub
- URL: https://github.com/artdecocode/veg
- Owner: artdecocode
- License: mit
- Created: 2018-07-23T17:07:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T17:08:01.000Z (over 7 years ago)
- Last Synced: 2025-04-27T19:45:40.947Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# veg
[](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