Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsx2mp-cli

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx2mp-cli

A cli tool to transform Rax JSX based project to MiniApp.

  • 0.3.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

jsx2mp-cli

A cli tool to transform Rax JSX based project to MiniApp.

Usage as cli tool.

  1. Create a miniapp based project using rax-cli.

    rax init myApp
    
  2. Install jsx2mp-cli

    npm install jsx2mp-cli -g
    
  3. Transform your project.

    cd myApp
    jsx2mp start
    

    The tool will keep watching your source files before being interpreted by Ctrl + C.

  4. Use 小程序开发工具 to open dist directory under your project path.

You can also use rax-scripts to build miniapp, which intergrate the jsx2mp-cli.

Integration Testing

As project-based integration testing, the test includes the following cases:

  1. import static assets

FAQs

Package last updated on 12 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc