ember-introjs
Version:
An Ember Component for intro.js
22 lines (14 loc) • 667 B
Markdown
# username.sync
[](https://travis-ci.org/stefanpenner/username-sync)
[](https://ci.appveyor.com/project/embercli/username-sync/branch/master)
```sh
yarn add username-sync
npm install username-sync --save
```
```js
var username = require('username-sync');
username() // => "best-guess-system-username"
```
If you are using new versions of node => 4x, please use
[username](https://github.com/sindresorhus/username) module. This project
exists to help users make the transition.