Skip to content

Commit

Permalink
feat: add profile package
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Aug 23, 2020
1 parent da8ec58 commit d27a657
Show file tree
Hide file tree
Showing 16 changed files with 1,558 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/profile/README.md
@@ -0,0 +1,11 @@
# `profile`

> TODO: description
## Usage

```
const profile = require('profile');
// TODO: DEMONSTRATE API
```
7 changes: 7 additions & 0 deletions packages/profile/__tests__/profile.test.js
@@ -0,0 +1,7 @@
'use strict';

const profile = require('..');

describe('profile', () => {
it('needs tests');
});

0 comments on commit d27a657

Please sign in to comment.