1.1.7 • Published 8 months ago

collinjs v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

collinJS

Collect and inject (collinJS) is a small package that is used to build a javascript function object that represents javascript helper functions in a folder structure.\ These functions are then intended to be injected into other functions through arguments.\ The idea is:\ (a) There will be a significant reduction in imports as the importing is done in the parent-most function.\ (b) Its folder structure enforces a framework of how helpers should be organised in the codebase.\ (c) Because objects are passed as pointers through arguments rather than new instances like imports, the same function object (and therefore same memory usage for that function object) is used for a whole service.

You can use it with:\ npm install collinjs

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago