Skip to content

Commit

Permalink
feat: add cli src files
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Aug 13, 2020
1 parent 1608d7c commit e3fbb0a
Show file tree
Hide file tree
Showing 14 changed files with 12,013 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/cli/README.md
@@ -0,0 +1,11 @@
# `@stacks/cli`

> TODO: description
## Usage

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

const cli = require('..');

describe('@stacks/cli', () => {
it('needs tests');
});

0 comments on commit e3fbb0a

Please sign in to comment.