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
- Host: GitHub
- URL: https://github.com/fujiharuka/the-entrypoint
- Owner: FujiHaruka
- License: mit
- Created: 2018-06-28T05:00:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T05:02:42.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T04:12:57.128Z (5 months ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.svgBrowser 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