0.0.0 • Published 6 years ago
@make-mjs/fs-extra v0.0.0
Collection of @make-mjs packages
Purpose
This is a collection of packages that help turn a normal Babel JavaScript file that uses ES module import syntax into a .mjs file that imports exact URL.
Packages
- @make-mjs/cli: Command-line executable
- @make-mjs/main: APIs to compile a directory
- @make-mjs/code: APIs to compile a file
- @make-mjs/url: APIs to transform an import/export URL
- and more...
APIs Documentation
Go to the GitHub page
Development
System Requirements
- Node.js ≥ 10.16.3
- Package Manager: pnpm
- Git
Scripts
Build
pnpm run buildClean
pnpm run cleanTest
Test Everything
pnpm testTest Changed Files Only
pnpm test -- --onlyChangedTest A Single File
pnpm test path/to/test/file.test.tsor
pnpm test filename.test.tsUpdate Jest Snapshot
pnpm test -- -uStart Node.js REPL
This starts a Node.js REPL where you can import every module inside packages/ folder.
pnpm run repl