brianneisler/gulp-recipe

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.editorconfig
.eslintrc.json
.gitignore
.npmignore
.travis.yml
COPYRIGHT
LICENSE
README.md
bin/recipe
bin/recipe-config
bin/recipe-config-delete
bin/recipe-config-get
bin/recipe-config-set
bin/recipe-install
bin/recipe-login
bin/recipe-logout
bin/recipe-publish
bin/recipe-signup
bin/recipe-uninstall
bin/recipe-update
doc/guides/guide-publish-recipe.md
examples/eslint/recipe.json
examples/jest/recipe.json
package.json
examples/eslint/eslint.js12
examples/jest/jest.js6
gulpfile.babel.js49
index.js2
src/js/GulpRecipe.js88
A
3 hrs
src/js/caches/RecipeCache.js35
A
35 mins
src/js/caches/index.js1
src/js/commands/Command.js50
A
55 mins
src/js/commands/ConfigDeleteCommand.js41
A
1 hr
src/js/commands/ConfigGetCommand.js35
A
1 hr
src/js/commands/ConfigSetCommand.js41
A
1 hr
src/js/commands/InstallCommand.js35
A
1 hr
src/js/commands/LoginCommand.js56
A
1 hr
src/js/commands/LogoutCommand.js35
A
1 hr
src/js/commands/PublishCommand.js35
A
1 hr
src/js/commands/SignupCommand.js66
A
3 hrs
src/js/commands/UninstallCommand.js0
src/js/commands/UpdateCommand.js0
src/js/commands/index.js11
src/js/core/Recipe.js38
src/js/core/index.js1
src/js/defines/RecipeDefines.js3
src/js/defines/index.js1
src/js/stores/RecipeStore.js29
A
35 mins
src/js/stores/index.js1