1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/utils
renovate[bot] dde7acc70f
Update buildTools (#8264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2023-06-04 18:34:32 +01:00
..
.gitignore
commandToString.test.ts
commandToString.ts
execCommand.ts Tools: Simplify root workspace build 2023-04-06 12:11:45 +02:00
index.ts Chore: Access utils lib with relative path 2023-04-05 22:35:46 +02:00
jest.config.js
net.ts Tools: Fix website builder 2023-04-04 12:04:42 +02:00
package.json Update buildTools (#8264) 2023-06-04 18:34:32 +01:00
README.md
splitCommandString.ts
time.ts Doc: Fixed sponsor avatars 2023-03-21 17:31:43 +00:00
tsconfig.json

Utility package

Those are generic utility functions that can be imported from any other packages. This package however shouldn't have any dependency to any other Joplin package, so that it can be imported without having to import "lib", "renderer" and so on. This is particulary important for Docker images, so that they can be trimmed down to only what's needed.