Ignite: `ignite new ignite` generates empty `ignite` folder

Created on 16 Apr 2017  路  4Comments  路  Source: infinitered/ignite

Not much of a big issue, but still should be known...

Wanted to give this library a try, and ran ignite new ignite... but it always ends up generating an empty ignite folder...

ignite new IgniteApp works like a charm though. Other than this, keep it rocking!

bug help wanted

All 4 comments

just had the same problem

We need to add a check after this line of code:

https://github.com/infinitered/ignite/blob/master/src/commands/new.js#L28

  // camelCase the project name for user example
  const projectNameCamel = upperFirst(camelCase(projectName))

Add a check that looks for projectNameCamel === 'Ignite' and then kill the process, warning the user that they can't use Ignite.

Maybe have something silly there for levity, like:

Hey...that's my name! Use something other than Ignite for your project name, you big dope.

but less dorky

Good job guys! Keep up the good work 馃挴

@markmssd Thanks! We're making a concerted effort to blow through these smaller issues before Ignite 2.0.0 release.

Was this page helpful?
0 / 5 - 0 ratings