boaz-types

TypeScript definitions for Spring Mobility projects.

Usage no npm install needed!

<script type="module">
  import boazTypes from 'https://cdn.skypack.dev/boaz-types';
</script>

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/