Registry / devops / uni-migration

uni-migration

JSON →
library0.0.2jsnpmunverified

A CLI tool for migrating WeChat Mini Program projects to uni-app framework. Current version 0.0.2, with no established release cadence. It converts WeChat app project directories into uni-app structure. Differentiator: handles WeChat-specific syntax and file formats. Minimal documentation and early stage.

npm install uni-migration
INSTALL
IMPORT
SIG · UNI-MIGRATION
U
uni-migration
devopsjavascriptv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CLI
npx uni-migration [options] [weapp_dir] output_dir
npm install uni-migration --save && require('uni-migration')
Installed globally or used via npx. Not importable as a module.

Shows installation and basic CLI usage for migrating a WeChat Mini Program project to uni-app.

# Install globally npm install -g uni-migration # Run migration uni-migration --help # Example: migrate a WeChat project named 'my-weapp' to output 'my-uniapp' uni-migration ./my-weapp ./my-uniapp
Debug
Known issues
gotchaPackage is in early development (v0.0.2). May have breaking changes with each release.
fix
Pin version or expect instability.
affects: >=0.0.1
gotchaRequires global installation or npx; not a Node.js module to require.
fix
Use 'npm install -g uni-migration' or 'npx uni-migration'.
affects: >=0.0.1
gotchaLimited documentation; error messages may be unclear. Only supports WeChat Mini Program to uni-app conversion.
fix
Check source code for details if needed.
affects: >=0.0.1
Errors
Common errors & fixes
Command 'uni-migration' not found
Not installed globally or not using npx.
fix
Run 'npm install -g uni-migration' or use 'npx uni-migration'.
ENOENT: no such file or directory, scandir 'weapp_dir'
Provided WeChat app directory does not exist.
fix
Check the path to the WeChat Mini Program directory.
Upgrade
Version history
0.0.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
uni-migration — npm install uni-migration · libregistry