{"id":18576244,"url":"https://github.com/vladfilipro/rig-javascript","last_synced_at":"2025-06-27T17:38:29.018Z","repository":{"id":57149071,"uuid":"55418877","full_name":"vladfilipro/rig-javascript","owner":"vladfilipro","description":"A rig containing javascript utilities","archived":false,"fork":false,"pushed_at":"2016-07-06T20:34:44.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T15:16:35.422Z","etag":null,"topics":["depricated"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vladfilipro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-04T14:38:50.000Z","updated_at":"2017-04-11T13:27:31.000Z","dependencies_parsed_at":"2022-09-06T05:50:14.230Z","dependency_job_id":null,"html_url":"https://github.com/vladfilipro/rig-javascript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladfilipro%2Frig-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladfilipro%2Frig-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladfilipro%2Frig-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladfilipro%2Frig-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladfilipro","download_url":"https://codeload.github.com/vladfilipro/rig-javascript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448626,"owners_count":22072765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["depricated"],"created_at":"2024-11-06T23:24:12.036Z","updated_at":"2025-05-16T01:08:00.069Z","avatar_url":"https://github.com/vladfilipro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rig-javascript\n[![Dependency Status](https://david-dm.org/vladfilipro/rig-javascript.svg)](https://david-dm.org/vladfilipro/rig-javascript)\n\nA rig containing javascript utilities\n\n## How to use\n1. Install rigs package: `npm install rigs`\n2. Install rig-javascript: `npm install rig-javascript`\n\n## Available tasks in rig-javascript\n- `rig-javascript__browserify`: A task which uses [browserify](https://www.npmjs.com/package/browserify) to build your javascript code\n  - properties:\n    - `src`: String, refers to broserify's entry configuration\n    - `dest`: String, refers to the output path\n    - `debug`: Boolean, refers to browserify's debug property\n    - `minify`: Boolean, determines if uglification for the code is enabled\n    - `sourcemap`: Boolean, determines if sourcemap files will be created\n    - `output`: String, refers to the output filename\n    - `transform`: Array, add transformations to browserify\n\n    ```\n    {\n        taskname: 'rig-javascript__browserify',\n        dependency: [],\n        src: './helper.js',\n        output: 'app.js',\n        sourcemap: true,\n        dest: './scripts',\n        debug: true,\n        minify: false,\n        transform: [ 'browserify-ngannotate' ]\n    }\n    ```\n\n- `rig-javascript__jscs`: A task which uses [gulp-jscs](https://www.npmjs.com/package/gulp-jscs) to enforce code standards\n  - properties:\n    - `src`: String or Array, refers to the input file(s)\n\n    ```\n    {\n        taskname: 'rig-javascript__jscs',\n        src: './**/*.js'\n    }\n    ```\n\n- `rig-javascript__jshint`: A task which uses [gulp-jshint](https://www.npmjs.com/package/gulp-jshint) to check the javascript code validity\n  - properties:\n    - `src`: String or Array, refers to the input file(s)\n\n    ```\n    {\n        taskname: 'rig-javascript__jshint',\n        src: './src/**/*.js'\n    }\n    ```\n\n- `rig-javascript__install-rig`: A task which addds to your project `.jscsrc`, `.jshintignore`, `.jshintrc`, `.npmignore`\n  - properties:\n    - `path`: String or Array, refers to the destination path (usually `./`)\n\n    ```\n    {\n        taskname: 'rig-javascript__install-rig',\n        path: './'\n    }\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladfilipro%2Frig-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladfilipro%2Frig-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladfilipro%2Frig-javascript/lists"}