refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools
This commit is contained in:
parent
9f5abf727d
commit
0b78d5cf32
16 changed files with 34 additions and 11 deletions
5
packages/cli/src/index.ts
Normal file
5
packages/cli/src/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export * from './types.js';
|
||||
|
||||
export const emigrate = () => {
|
||||
console.log('Done!');
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue