yarn init -y

Created on 11 Oct 2016  路  1Comment  路  Source: yarnpkg/yarn

I use this option a lot to quickly start a new project.
I can open a PR to add it :)

Do you want to request a _feature_ or report a _bug_?
Feature

What is the current behavior?
yarn init -y does not exist and returns:

馃憠  yarn init -y
yarn init v0.15.1
error This command doesn't require any arguments.
info Visit http://yarnpkg.com/en/docs/cli/init for documentation about this command.

What is the expected behavior?
yarn init -y should be possible to guarantee full compatibility with NPM https://docs.npmjs.com/cli/init

Please mention your node.js, yarn and operating system version.
Node v5.3.0
yarn 0.15.1
macOS Sierra

cat-feature

Most helpful comment

yes '' | yarn init 馃槃

>All comments

yes '' | yarn init 馃槃

Was this page helpful?
0 / 5 - 0 ratings