Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejohnfreeman/try-node-import
https://github.com/thejohnfreeman/try-node-import
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thejohnfreeman/try-node-import
- Owner: thejohnfreeman
- Created: 2021-08-12T00:45:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T01:32:15.000Z (over 3 years ago)
- Last Synced: 2024-10-26T01:31:01.391Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How must we configure package A to let package B import submodules of package
A?This project has package A in directory `a`, and different kinds of package
B in directories prefixed with `b-`: CommonJS, ES module, and TypeScript.
Each package B has a dependency on package A through a Yarn `link:` package
specification, and is thus meant to be bootstrapped using Yarn.