0.0.1 • Published 7 years ago

@moderne/moderne v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

@moderne/moderne

npm version

@moderne/moderne is The Side-To-IDE Developer Tool To Manage Contents Of Packages Expressed As Maps Of Code, Docs and Tests On Function Level; Elimintate Plumbing By Facsilitating Maintanance Of Abstract Package Structure; Build Packages With Closure For Publishing; Synchronise With Remote Source Control; Support Templates For Modern Node.js Apps; Deploy API As Serverless Functions.

yarn add -E @moderne/moderne

Table Of Contents

API

The package is available by importing its default function:

import moderne from '@moderne/moderne'

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

Call this function to get the result you want.

Config: Options for the program.

NameTypeDescriptionDefault
shouldRunbooleanA boolean option.true
text*stringA text to return.-
/* yarn example/ */
import moderne from '@moderne/moderne'

(async () => {
  const res = await moderne({
    text: 'example',
  })
  console.log(res)
})()
example

Copyright

(c) Moderne 2018