jsonresume / theme-manager

Theme server for JSON Resume
MIT License
166 stars 31 forks source link

How do I publish themes? #22

Closed aadesh closed 8 years ago

aadesh commented 9 years ago

I've created a customized theme for my json resume. How do I publish it so that everyone can use it?

mudassir0909 commented 9 years ago

Publish your package on npm using

npm publish

Make sure the package name is of the format jsonresume-theme-yourthemename

Examples: https://github.com/jsonresume/jsonresume-theme-modern, https://github.com/mudassir0909/jsonresume-theme-elegant

By the way, this information is already present in the README