Skip to content

Commit

Permalink
refactor: migrate codebase to typescript (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 16, 2024
1 parent 652532e commit 11f32c0
Show file tree
Hide file tree
Showing 32 changed files with 4,374 additions and 5,414 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

47 changes: 0 additions & 47 deletions .eslintrc.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
yarn.lock
.idea/
.vscode/
.npmrc
.npmrc
dist/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ server.on('listening', () => {

## Development

Run `DYNAMO_ENDPOINT=http://localhost:8000 npm run dev` to start dynamodb-admin in development mode (with auto-reloading on change).
Run `npm run build` and then `DYNAMO_ENDPOINT=http://localhost:8000 npm run start` to start dynamodb-admin.

You can set up a build watcher in a separate terminal using `npm run build:watch` which will re-complile the code on change and restart the dynamodb-admin instance.

## See also

Expand Down
123 changes: 0 additions & 123 deletions __tests__/extractKey.js

This file was deleted.

29 changes: 0 additions & 29 deletions __tests__/extractKeysForItems.js

This file was deleted.

47 changes: 0 additions & 47 deletions __tests__/parseKey.js

This file was deleted.

59 changes: 0 additions & 59 deletions bin/dynamodb-admin.js

This file was deleted.

Loading

0 comments on commit 11f32c0

Please sign in to comment.