@spring-mobility/types
v0.1.228
Published
TypeScript definitions for Spring Mobility projects.
Downloads
27
Readme
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/