File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/uuid

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

1 dir
6 files
CONTRIBUTING.md513 B · 19 lines
# Contributing Please feel free to file GitHub Issues or propose Pull Requests. We're always happy to discuss improvements to this library! ## Testing ```shellnpm test``` ## Releasing Releases are supposed to be done from master, version bumping is automated through [`standard-version`](https://github.com/conventional-changelog/standard-version): ```shellnpm run release -- --dry-run  # verify output manuallynpm run release               # follow the instructions from the output of this command```