emma-cli

授权协议 Readme
开发语言 JavaScript
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 萧升
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Emma ��

Install the package you are looking for.

Powered by Algolia search API.

Overview

Emma is a command line assistant which helps you search and install packages more efficiently from your CLI.

Features

  • �� Peek definitions: Use right arrow keys to get description of the packages or peek README.
  • Scroll infinitely: Search all the packages from NPM and Yarn using your terminal.
  • �� Build the stack: Search for multiple packages and install them with one keystroke.
  • ��‍♀️ Discover starters for your next project: Select from numerous starters that you can use to scaffold your project.

To start a new project

yarn create emma

Install

npx emma-cli

or

yarn global add emma-cli

Exposes two global commands, ema and emma.

Example

❯ emma-cli ~ emma
Search packages on Yarn: @types/rea
◉ 16.6m  @types/react                  DefinitelyTyped
  7.3m   @types/react-dom              DefinitelyTyped
  4m     @types/react-router           DefinitelyTyped
  3.9m   @types/react-transition-group DefinitelyTyped
  2.8m   @types/react-router-dom       DefinitelyTyped
Overview
dependencies
 - react
 - react-dom
devDependencies
 - @types/react
Installation
Successfully installed dependencies!
Search powered by Algolia.

API

Usage
  $ emma

Controls:
  - space: toggle dependencies
  - up/down: scroll the list
  - right/left: hide or show details
  - double right: show repo

All flags after emma are forwarded to installer.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! �� [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Related

  • ibrew - Interactive CLI to find and install homebrew packages.

License

MIT © Matic Zavadlal

  • 代码覆盖API插件 Jenkins中有许多代码覆盖插件:Cobertura,JaCoCo,Emma等等。这些插件的问题在于它们每个都自己实现了所有代码覆盖功能。因此,您可以获得不同的功能集,UI,CLI命令和REST API。这个项目的想法是统一现有的功能,并提供一个新的API插件,其他插件可以扩展。这将有助于简化现有插件并为覆盖工具创建新插件。 该项目已经开始很好,我们在编码一周后进行了第一次演

  • 提示:用vue-cli 3.0搭建的vue 2.0项目中使用prostcss prostcss-pxtorem px转rem 使用vant 一、安装 npm install postcss-pxtorem --save 二、创建postcss.config.js 在根目录新建postcss.config.js文件,内容如下 module.exports = { plugins: {

  • 查看pom.xml的“ maven-emma-plugin”: pom.xml <project> //... <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>emma-maven-plugin</artifactId> <version>1.0-alpha-

  • #!/bin/bash echo yaomoon read kk cd ./packages/apps/Phone/ rm -rf .git  git init-db git add -A git commit -a -m "first init" git remote add master git@192.168.161.36:/pub/android/android-4.0.4/./packa

 相关资料
  • EMMA 是一个用于检测和报告 JAVA 代码覆盖率的开源工具。它不但能很好的用于小型项目,很方便得得出覆盖率报告,而且适用于大型企业级别的项目。 EMMA 有许多优点,首先你能免费得到它,并把它用于自己项目的开发。它支持许多种级别的覆盖率指标:包,类,方法,语句块(basic block)和行,特别是它能测出某一行是否只是被部分覆盖,如条件语句短路的情况。它能生成 text,xml,html 等

  • 我使用JUnit、Mockito、PowerMock和Robolectic编写了android的Unit测试,并使用Robolectic Test Runner通过命令行在Linux环境中运行这些测试。我想使用Emma命令行生成覆盖报告。 我面临以下错误。 请有人帮我做这个。谢谢

  • java emmarun-jar helloworld.jar 我明白了: 线程“main”java.lang.noClassDeffounderror:emmarun中的异常由:java.lang.ClassNotFoundException:emmarun在java.net.urlClassLoader$1.run(urlClassLoader.java:217)在java.net.urlCl

  • 我正在使用Emma代码覆盖工具,我有Java8。我是艾玛的新手,可得到的帮助非常少。我尝试使用以下链接。 http://emma.sourceforge.net/intro.html http://users.csc.calpoly.edu/~jdalbey/309/讲座/emmademo。html 但当我尝试跑步时,我总是会遇到以下错误: 我也尝试了从这里的选项,但没有帮助。 错误是-

  • 问题内容: 我一直在为ema / junit编写ANT脚本的本教程,它指出 在中的元素中,更改实际类的位置,以便您指向$ {instr.dir}属性,而不是常规的target / classes文件夹。 这是我的build.xml中关于Apache Ant的emma部分(pastebin链接到完整的build.xml) :的 JUNIT失败结果 的生成部分结果 ,指向 生成部分的结果: JUNIT

  • 当我的单元测试通过Emma被“覆盖”时,我试图让Sonar IT代码覆盖为我工作。 我的情况: (1)我有大量使用JMockit的单元测试。删除JMockit不是一个选项。我想获得这些测试的单元测试覆盖报告。 (2)我进行了集成测试,简单地用不同的输入场景运行应用程序的核心服务器端部分(这是一个Spring web应用程序)。我想要它的代码覆盖报告。 对于第(1)部分,我选择使用Emma进行单元测