0.0.1 • Published 6 years ago

@mqschwanda/enzyme v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Node Monorepo

Build Status License Gluten Free

node-monorepo contains all public NPM packages published under the @mqschwanda scope. The 'monorepo' structure is utilized to keep all node development in one place.

Packages

Built With

  • Yarn Workspaces - Yarn Workspaces is a feature that allows users to install dependencies from multiple package.json files in subfolders of a single root package.json file, all in one go. This enables faster, lighter installation by preventing package duplication across Workspaces. Yarn can also create symlinks between Workspaces that depend on each other, and will ensure the consistency and correctness of all directories.
  • rollup.js - Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES6 modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. This will eventually be possible natively, but Rollup lets you do it today.