spring-types
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Spring Types

Overview

This project containts TypeScript types for spring projects.

How to develop

In order to be able to develop libraries yarn provides link functionality. This links a package to your local copy existing in your computer.

Simply go into the library project and run:

$ yarn link

Then, go the the project where you are using the library and run:

$ yarn install <library_name>

.library_name is whatever is written under package.json name field.

Then, you can use the library as if was a regular library:

const {hello} = require("<library_name>");

const helloOutcome = hello();

console.log(helloOutcome); // -> "Hello world!"

Testing

Even though there is a test setup in package.json, you can have IntelliJ integration with the fllowing setup:

alt text

Considerations

  • It is important that tsconfig.json has "declaration": true,

Readme

Keywords

none

Package Sidebar

Install

npm i spring-types

Weekly Downloads

1

Version

0.0.5

License

Commercial

Unpacked Size

82.9 kB

Total Files

11

Last publish

Collaborators

  • gregby