NathanWalker / nativescript-ngx-plugin-seed

Get started building NativeScript + Angular plugins quickly.
MIT License
43 stars 11 forks source link

add scripts to prepare package.json for publish and develope #3

Closed kazemihabib closed 8 years ago

kazemihabib commented 8 years ago

with this scripts developer can prepare package.json for publish and develope. for develope the developer should run node preparedevelope.js and for publish node preparepublish.js. this two commands will copy the contents of developepackage.json and publishpackage.json to package.json. so he/she should edit developepackage.json or publishpackage.json instead of package.json.

NathanWalker commented 8 years ago

@kazemihabib this is awesome, thank you so much! so sorry I just saw this... if the names could be corrected to english names would be appreciated... node preparedevelop.js (drop trailing e) and developpackage.json

kazemihabib commented 8 years ago

oh,sorry for that misspelling. PR is now updated.

NathanWalker commented 8 years ago

Thanks!