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

https://github.com/fujiharuka/the-entrypoint

Browser entrypoint for the-framework
https://github.com/fujiharuka/the-entrypoint

Last synced: 3 months ago
JSON representation

Browser entrypoint for the-framework

Awesome Lists containing this project

README

        

the-entrypoint
==========

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/the-labo/the-entrypoint
[bd_travis_url]: http://travis-ci.org/the-labo/the-entrypoint
[bd_travis_shield_url]: http://img.shields.io/travis/the-labo/the-entrypoint.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/the-labo/the-entrypoint
[bd_travis_com_shield_url]: https://api.travis-ci.com/the-labo/the-entrypoint.svg?token=
[bd_license_url]: https://github.com/the-labo/the-entrypoint/blob/master/LICENSE
[bd_npm_url]: http://www.npmjs.org/package/the-entrypoint
[bd_npm_shield_url]: http://img.shields.io/npm/v/the-entrypoint.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

Browser entrypoint for the-framework

Installation
-----

```bash
$ npm install the-entrypoint --save
```

Usage
---------

```javascript
'use strict'

const {TheEntrypoint} = require('the-entrypoint')

async function tryExample () {

}

tryExample().catch((err) => console.error(err))

```

API Guide
-----

+ [[email protected]](./doc/api/api.md)

License
-------
This software is released under the [MIT License](https://github.com/the-labo/the-entrypoint/blob/master/LICENSE).

Links
------

+ [THE Labo][t_h_e_labo_url]

[t_h_e_labo_url]: https://github.com/the-labo