joplin/packages/utils
Laurent Cozic c50181f0a6 Tools: Fixed updateIgnored so that it works consistently across platforms 2023-07-25 14:51:37 +01:00
..
.gitignore
.npmignore
README.md
commandToString.test.ts
commandToString.ts
execCommand.ts
fs.ts
index.ts
jest.config.js
net.ts
package.json
splitCommandString.ts
time.ts
tsconfig.json

README.md

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.