graphql-framework-experiment icon indicating copy to clipboard operation
graphql-framework-experiment copied to clipboard

nexus create name should create directory name with project inside

Open gustawdaniel opened this issue 4 years ago • 1 comments

Perceived Problem

I am typing

nexus create json

I want to see directory json and inside project.

Now to achieve this I need:

mkdir -p json
cd json
nexus create

gustawdaniel avatar Jul 04 '20 12:07 gustawdaniel

This convention is used in many tools like:

  • symfony
  • nuxt
  • strapi
  • vue

gustawdaniel avatar Sep 11 '20 08:09 gustawdaniel