x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

Set Up Monorepo with Lerna, npm, and Vite #3

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

Description:

Initialize the project repository as a monorepo using Lerna for package management, npm for dependency management, and Vite for the build process. This setup will support the modular structure of the project with the core library and plugins.

Acceptance Criteria:

  1. Lerna is configured to manage the monorepo structure.
  2. npm is set up for handling package dependencies.
  3. Vite is integrated for the build process.
  4. The repository is structured to accommodate both the core package and future plugins.
  5. Unnecessary boilerplate scripts or files are removed to maintain a clean project structure.