1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/utils
2023-07-16 17:48:13 +01:00
..
.gitignore
.npmignore fix dep 2023-06-27 15:02:14 +01:00
commandToString.test.ts Chore: Fixed build 2023-03-19 17:03:04 +00:00
commandToString.ts Chore: Fixed build 2023-03-19 17:03:04 +00:00
execCommand.ts Tools: Simplify root workspace build 2023-04-06 12:11:45 +02:00
index.ts Chore: cleanup 2023-07-16 17:48:13 +01:00
jest.config.js Chore: Fixed build 2023-03-19 17:03:04 +00:00
net.ts Tools: Fix website builder 2023-04-04 12:04:42 +02:00
package.json Chore: cleanup 2023-07-16 17:48:13 +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.