meteor-io icon indicating copy to clipboard operation
meteor-io copied to clipboard

A Command-line Tool for Meteor to Create Custom Commands, Generators, and Scaffolding

Results 7 meteor-io issues
Sort by recently updated
recently updated
newest added

i follow your tutorial here but i'm getting error everytime.. npm install -g meteor-io **ok passed.** io *_ok passed *_ After you specify a directory, io will create a director...

Fixes #11 This needs to be tested on mac systems to make sure it works.

I'm currently trying to run "io" after installing with npm on Arch Linux. This line breaks the "io" command. https://github.com/scottmcpherson/meteor-io/blob/master/bin/io#L1 See this forum discussion. https://bbs.archlinux.org/viewtopic.php?id=168479 The second reply gives a...

Node.js latest stable 5.0.0 ``` First we need to set up an io directory. Specify a directory where you would like to store your generators, templates, an d config. Directory:...

bug
windows

It might be nice to have a default react component: ``` ComponentName = React.createClass({ mixins: [ReactMeteorData], getMeteorData(params) { return {}; }, render() { return ( ); } }); ```

enhancement

When running io for the first time, io currently requires an existing directory to be passed in. It should create the directory if it does not exist.

bug

Can't seem to be able to create a new project, here's the output: ``` C:\Users\leonardoc λ io create io-test fs.js:856 return binding.readdir(pathModule._makeLong(path)); ^ Error: ENOENT: no such file or directory,...

bug
windows