vulcanjs-cli icon indicating copy to clipboard operation
vulcanjs-cli copied to clipboard

The official cli scaffolding tool for VulcanJS

Results 18 vulcanjs-cli issues
Sort by recently updated
recently updated
newest added

`vulcan create` should create Vulcan projects without the getting started packages. Perhaps have two boilerplates for bootstrap or material-UI.

Currently when you generate a module it does this: ` collectionName: 'Movies', typeName: 'Movies', ` instead of this: ` collectionName: 'Movies', typeName: 'Movie', ` causing this error: `Error: Field "Query.movies"...

Eg "myapp:core" will be translated as "myapp-core", while Vulcan uses this convention. This in counterintuitive. But beware, we also need a valid folder name, so we still need this translation...

If you generate a route and you specify the name of a layout component that doesn't exist, the layout component should be generated with the name supplied.

```vulcan create . ``` returns undefined

Running into this error when I try to install/update the CLI: ```js Sachas-MacBook-Pro-2:Dev sachagreif$ npm install -g vulcanjs-cli npm ERR! Unexpected end of input at 1:21086 npm ERR! "test":"js/test"},"dist":{"shasum":"a9af79699742ac9a1b6fddc1fdbc78bc4 npm...

Like we discussed in the Slack, it'd be great to have a `vulcan start` command that could be used instead of `meteor`, `meteor run`, or the current `npm start` (which...

enhancement

I am posting this on behalf of `dalerka` on slack > Easy updating of Vulcan and vulcan-packages is very important for Dev eXperience, painful for beginners like myself. It'd be...

enhancement