deanrad / meteor-package-kitchen

Easy way to create templated Meteor packages.
http://package-kitchen.meteor.com
15 stars 3 forks source link

Add npm dependencies #7

Closed jantimon closed 9 years ago

jantimon commented 9 years ago

Hi,

The package kitchen looks awesome! :+1: Would suggest one additional feature: Generating the npm dependency block

Npm.depends({
  "a-funky-module": "1.2.3"
});

It is kind of anoying to search for the version so it would be cool if the package-kitchen would resolve the version for us and generates the Npm.depends block: https://docs.npmjs.com/api/search

deanrad commented 9 years ago

Looks like I just got it figured out ! Want to see if that works ?

jantimon commented 9 years ago

http://package-kitchen.meteor.com/ seems to be down

deanrad commented 9 years ago

Yeah, package exports are broken. Asking for help here: http://stackoverflow.com/questions/30553376/meteor-package-export-sometimes-missing

deanrad commented 9 years ago

@jantimon - it's deployed at last !