Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moderne/moderne

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.
https://github.com/moderne/moderne

build closue coverage doc documentation examples ide node-js plumbing serverless test

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# @moderne/moderne

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

`@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.

```sh
yarn add -E @moderne/moderne
```

## Table Of Contents

- [Table Of Contents](#table-of-contents)
- [API](#api)
- [`moderne(arg1: string, arg2?: boolean)`](#mynewpackagearg1-stringarg2-boolean-void)
* [`Config`](#type-config)
- [Copyright](#copyright)

## API

The package is available by importing its default function:

```js
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.

| Name | Type | Description | Default |
| --------- | --------- | ----------------- | ------- |
| shouldRun | _boolean_ | A boolean option. | `true` |
| __text*__ | _string_ | A text to return. | - |

```js
/* yarn example/ */
import moderne from '@moderne/moderne'

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

## Copyright

(c) [Moderne][1] 2018

[1]: https://moderne.app