dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Embed the interfaces from dojo/interfaces #195

Closed umaar closed 6 years ago

umaar commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

Takes the interfaces from dojo interfaces and brings it into this repo. No tests are carried over.

Addresses: https://github.com/dojo/meta/issues/223

codecov[bot] commented 6 years ago

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   97.03%   97.03%           
=======================================
  Files          17       17           
  Lines         405      405           
  Branches       53       53           
=======================================
  Hits          393      393           
  Misses          5        5           
  Partials        7        7
Impacted Files Coverage Δ
src/commands/init.ts 100% <ø> (ø) :arrow_up:
src/registerCommands.ts 100% <ø> (ø) :arrow_up:
src/commands/version.ts 98.41% <ø> (ø) :arrow_up:
src/CommandHelper.ts 100% <ø> (ø) :arrow_up:
src/commands/eject.ts 94.11% <ø> (ø) :arrow_up:
src/command.ts 97.29% <ø> (ø) :arrow_up:
src/npmInstall.ts 85.71% <ø> (ø) :arrow_up:
src/Helper.ts 100% <ø> (ø) :arrow_up:
src/configurationHelper.ts 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b13a124...36a43f9. Read the comment docs.

umaar commented 6 years ago

@tomdye oops, done!