0.1.230 • Published 1 year ago

boaz-types v0.1.230

Weekly downloads
51
License
MIT
Repository
bitbucket
Last release
1 year ago

Spring Types

TypeScript definitions for Spring Mobility projects.

Development

To test updates to spring-mobility-types without publishing to npm, we can symlink the module to the global directory on our location machine.

# In this directory
yarn link


# In the directory that depends on spring-mobility-types
yarn link spring-mobility-types

# You can now see that the spring-mobility-types/ folder in node_modules is a symlink to the global node_modules.
ls -al node_modules/spring-mobility-types

Doc: https://yarnpkg.com/lang/en/docs/cli/link/