Skip to content

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

License

Notifications You must be signed in to change notification settings

longshotlabs/meteorify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68c616b · Nov 13, 2019

History

9 Commits
Jan 23, 2014
Nov 13, 2019
Jan 23, 2014
Jan 23, 2014

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