All Projects → apache → Incubator Weex Cli

apache / Incubator Weex Cli

Licence: apache-2.0
Weex Toolkit is the Standard Tooling for Weex Development.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Incubator Weex Cli

Easywebpack Cli
A Powerful Cross-platform Webpack CLI Tool
Stars: ✭ 110 (-80.63%)
Mutual labels:  cli, weex
Devkit
Stars: ✭ 561 (-1.23%)
Mutual labels:  cli
Imgur Screenshot
Take screenshot selection, upload to imgur. + more cool things
Stars: ✭ 540 (-4.93%)
Mutual labels:  cli
Sherlock
🔎 Hunt down social media accounts by username across social networks
Stars: ✭ 28,569 (+4929.75%)
Mutual labels:  cli
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (-4.93%)
Mutual labels:  cli
Discline
🐍 A terminal Discord client that you can actually use.
Stars: ✭ 553 (-2.64%)
Mutual labels:  cli
What Anime Cli
❓🖼 Find the anime scene by image using your terminal
Stars: ✭ 533 (-6.16%)
Mutual labels:  cli
Musicrepair
Fixes music metadata and adds album art.
Stars: ✭ 566 (-0.35%)
Mutual labels:  cli
Weweb
兼容小程序写法的web开发框架
Stars: ✭ 557 (-1.94%)
Mutual labels:  cli
Cli
GitHub’s official command line tool
Stars: ✭ 26,649 (+4591.73%)
Mutual labels:  cli
Carbon Now Cli
🎨 Beautiful images of your code — from right inside your terminal.
Stars: ✭ 5,165 (+809.33%)
Mutual labels:  cli
Cli
A command-line interface for Hetzner Cloud
Stars: ✭ 542 (-4.58%)
Mutual labels:  cli
Prettytable Rs
A rust library to print aligned and formatted tables
Stars: ✭ 552 (-2.82%)
Mutual labels:  cli
Socialscan
Python library and CLI for accurately querying username and email usage on online platforms
Stars: ✭ 538 (-5.28%)
Mutual labels:  cli
Aliyun Cli
Alibaba Cloud CLI
Stars: ✭ 561 (-1.23%)
Mutual labels:  cli
Goexpect
Expect for Go
Stars: ✭ 538 (-5.28%)
Mutual labels:  cli
Terragrunt
Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
Stars: ✭ 5,446 (+858.8%)
Mutual labels:  cli
Gscript
framework to rapidly implement custom droppers for all three major operating systems
Stars: ✭ 547 (-3.7%)
Mutual labels:  cli
Rate.sx
💰 curl cryptocurrencies exchange rates
Stars: ✭ 563 (-0.88%)
Mutual labels:  cli
S5cmd
Parallel S3 and local filesystem execution tool.
Stars: ✭ 565 (-0.53%)
Mutual labels:  cli

Weex Toolkit

image | left image | left GitHub issues Npm package Build status

Weex Toolkit is the Standard Tooling for Weex Development.

Introduction

This document is for the weex-toolkit 2.x version. For the old version of the weex-toolkit documentation, please go to here.

Weex Toolkit is dedicated to standardizing the tool base in the Weex ecosystem. It ensures that various build tools can be seamlessly connected based on smart default configuration, so you can focus on writing applications without having to spend days tangling configuration issues.

System Components

Weex Toolkit split each function module into separate parts, if you see our source code , you will find that we manage multiple separate releases in the repository via Lerna Package, providing the following functional modules:

Project Status Description
@weex-cli/core @weex-cli/core Core module for weex-toolkit
@weex-cli/generator @weex-cli/generator Plugin for quickly init the official project
@weex-cli/compile @weex-cli/compile Plugin for quickly compile Weex file.
@weex-cli/preview @weex-cli/preview Plugin for quickly preview the Weex page
@weex-cli/debug @weex-cli/debug Plugin for compile weex files and debug the Weex page
@weex-cli/doctor @weex-cli/doctor Plugin for quickly checks the user's local development environment
@weex-cli/lint @weex-cli/lint Plugin for performs quality diagnostics on local .vue files
@weex-cli/device @weex-cli/device Plugin for quickly manages user local devices
@weex-cli/run @weex-cli/run Plugin for quickly run weex's iOS/Android/Web project

Getting Started

Reuirements

  • node >= 7.6.0
  • iOS developer tools like XCode
  • Android SDK and ADB

Now you can install the latest version use below command:

$ npm i weex-toolkit -g

To know more detail about the command, you can run:

$ weex --help

Also you can see the document here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].