{ "info": { "author": "Cristian Morataya", "author_email": "cris.morataya@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# py-ng-deploy\n\n## Requirements\n* node\n* angular-cli\n* python3\n\n## Install\n**_Recomended_**\n```\npip install py-ng-deploy\n```\n**_Alternative_**\n* Clone this repo: \n`$ git clone https://github.com/ccmorataya/py-ng-deploy.git`\n* Change dir to _py-ng-deploy:_ \n`$ cd py-ng-deploy`\n* Install with _setup.py:_ \n`$ python setup.py install`\n\n## Usage\n### Info\nShows version, simple usage and notify if the actual folder doesn't has an rc file.\n```\n$ pyngDeploy\n```\n\n> **NOTE** `pyngDeploy` needs to be runned inside the angular project\n\n### Initialize project\n```\n$ pyngDeploy init\n```\n\n>_After `init` is required to edit the .pyngdeployrc file with the following structure:_\n\n```ini\n[dev]\nHost = localhost\nUsername = user\nPassword = pass\nRemoteDir = /remote/dir/path\n\n[prod]\nHost = localhost\nUsername = user\nPassword = pass\nRemoteDir = /remote/dir/path\n```\n\n> **Remember to exclude the `.pyngdeployrc` file from git**\n\n### Build and upload (development)\n```\n$ pyngDeploy dev\n```\n\n### Build and upload (production)\n```\n$ pyngDeploy prod\n```\n\n### Build with hash in `