{ "info": { "author": "Valeria Lepina", "author_email": "divergence082@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Software Development :: Build Tools" ], "description": "==================================================================\nNBit: Node! Build IT!\n==================================================================\n\nNBit: Build tool for node.js projects\n\nThis is simple build tool allows you to make one js file from sources listed in template.\n\n\nInstallation\n------------\n\n $ pip install nbit\n\nUsage\n-----\n\n- Create template file with sources listed at JsDoc with tag @src, as follows:\n```\n/**\n * @src\n *\n * path/to/src/1.js\n * path/to/src/1.js\n * path/to/src/1.js\n */\n```\n\n- Run nbit: \n \n $ nbit path/to/templte.js\n \n also you can specify output direcroty (defauld: ./bin):\n \n $ nbit path/to/template.js --out path/to/out/dir\n \n if you want to build many templates, you can list them all: \n \n $ nbit path/to/template1.js path/to/template2.js\n \n nbit names output files with names of templates \n \n- You can use it with npm. Just add nbit into scripts to your package.json: \n```\n ...,\n \"scripts\": {\n \"build\": \"nbit path/to/template.js\"\n },\n ...\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/divergence082/NBit", "keywords": "node nodejs js node.js build bootstrap-project google-closure-compiler", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nbit", "package_url": "https://pypi.org/project/nbit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nbit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/divergence082/NBit" }, "release_url": "https://pypi.org/project/nbit/0.1/", "requires_dist": null, "requires_python": null, "summary": "Build tool for node.js projects", "version": "0.1" }, "last_serial": 1610196, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "318e70c1b5c39e5d02fce2119b05f732", "sha256": "90b7961d3776be2ca72c81c320a065cb3dce17edf61683febc4eb177571d9909" }, "downloads": -1, "filename": "nbit-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "318e70c1b5c39e5d02fce2119b05f732", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4427, "upload_time": "2015-06-28T15:12:49", "url": "https://files.pythonhosted.org/packages/68/91/e20ea50dd4da87c4c1fb4c6799c4114fe1119271b7ccb26a44a75f513818/nbit-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11d864e9a6329d008d05d317073bede5", "sha256": "92ef6224c84cc7177fc63e81b028a9e37876896603cce05db00a72739f5ce4ca" }, "downloads": -1, "filename": "nbit-0.1.tar.gz", "has_sig": false, "md5_digest": "11d864e9a6329d008d05d317073bede5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3007, "upload_time": "2015-06-28T15:12:52", "url": "https://files.pythonhosted.org/packages/3f/46/9b6f338d605c299c7c014611cfa740726bee863cbba967d9260e35c94a20/nbit-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "318e70c1b5c39e5d02fce2119b05f732", "sha256": "90b7961d3776be2ca72c81c320a065cb3dce17edf61683febc4eb177571d9909" }, "downloads": -1, "filename": "nbit-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "318e70c1b5c39e5d02fce2119b05f732", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4427, "upload_time": "2015-06-28T15:12:49", "url": "https://files.pythonhosted.org/packages/68/91/e20ea50dd4da87c4c1fb4c6799c4114fe1119271b7ccb26a44a75f513818/nbit-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11d864e9a6329d008d05d317073bede5", "sha256": "92ef6224c84cc7177fc63e81b028a9e37876896603cce05db00a72739f5ce4ca" }, "downloads": -1, "filename": "nbit-0.1.tar.gz", "has_sig": false, "md5_digest": "11d864e9a6329d008d05d317073bede5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3007, "upload_time": "2015-06-28T15:12:52", "url": "https://files.pythonhosted.org/packages/3f/46/9b6f338d605c299c7c014611cfa740726bee863cbba967d9260e35c94a20/nbit-0.1.tar.gz" } ] }