# AutoPublisher **Repository Path**: arsay/AutoPublisher ## Basic Information - **Project Name**: AutoPublisher - **Description**: AutoPublisher Tool in Node.js [ Get hashcode of zipped packages and set ios/android configurations] - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AutoPublisher AutoPublisher tool in node.js ### How to run 1. Confirm you installed Node.js & npm in your system. ``` `node -v` `npm -v` ``` 2. Install dependencies ``` `npm install` ``` 3. Copy following files to the 'source' directory, ``` * STACofig-ios.txt * STACofig-android.txt * www.zip * www-ios.zip //(not required) * www-android.zip //(not required) ``` 4. Run the project ``` npm start ```