Skip to content

Commit

Permalink
add entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 15, 2020
1 parent 4743c8b commit e86d44e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions command.ts
@@ -0,0 +1 @@
export * from './packages/command/mod.ts';
1 change: 1 addition & 0 deletions flags.ts
@@ -0,0 +1 @@
export * from './packages/flags/mod.ts';
3 changes: 3 additions & 0 deletions mod.ts
@@ -0,0 +1,3 @@
export * from './table.ts';
export * from './flags.ts';
export * from './command.ts';
1 change: 1 addition & 0 deletions table.ts
@@ -0,0 +1 @@
export * from './packages/table/mod.ts';

0 comments on commit e86d44e

Please sign in to comment.