Skip to content

longshotlabs/meteorify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meteorify

A handy script to convert the current directory into a Meteor project. Basically just creates the .meteor folder and everything within it. Saves a few manual steps when you already have some source files and then decide to use Meteor.

Install It

To install meteorify on your development machine (Mac or Linux), run this command in your terminal:

$ sudo -H curl https://raw.githubusercontent.com/aldeed/meteorify/master/install | sh

Use It

$ cd myNonMeteorProjectDirectory
$ meteorify

If necessary, you can use any of the same options that meteor create supports.

About

A handy script to convert the current directory into a Meteor project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages