nanlabs / devops-reference

This repository contains different infrastructure components, CI/CD pipelines, automation tools among other resources that are used in different projects here at NaN Labs.
MIT License
42 stars 16 forks source link

Research: How to build a shared lib #137

Closed sync-by-unito[bot] closed 11 months ago

sync-by-unito[bot] commented 11 months ago

Describe the feature

There are 2 main steps that we need to cover in this issue:

Package the library: Create a distributable package that contains the library code and any necessary dependencies. This can be done using tools like Webpack or Rollup or other bundlers. Make sure to configure the build process to produce a suitable format such as a CommonJS module or an ES6 module.

Publish the library: Distribute the packaged library to a repository or package manager so that it can be easily installed and used by other projects. This could be done using github or a service like npm or Yarn.

Use Case

Guide Reference

Proposed Solution

No response

Other Information

No response

Acknowledgements

I may be able to implement this feature request This feature might incur a breaking change

Version used

Environment details (OS name and version, etc.)

┆Issue is synchronized with this Clickup task by Unito