1.0.0 • Published 6 years ago

artdeco v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

artdeco

npm version

artdeco is a new Node.js npm package. Manage application in the cloud.

yarn add -E artdeco

Table Of Contents

API

The package is available by importing its default function:

import artdeco from 'artdeco'

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

Call this function to get the result you want.

/* yarn example */
import artdeco from 'artdeco'

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

(c) Art Deco 2018