{"id":16533581,"url":"https://github.com/af/wiseau","last_synced_at":"2025-06-11T01:06:56.078Z","repository":{"id":2191257,"uuid":"3139225","full_name":"af/wiseau","owner":"af","description":"A build tool for client-side javascript.","archived":false,"fork":false,"pushed_at":"2012-01-13T17:07:09.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-18T07:04:39.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/af.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":"2012-01-09T19:13:51.000Z","updated_at":"2013-12-06T13:45:49.000Z","dependencies_parsed_at":"2022-07-30T21:48:02.468Z","dependency_job_id":null,"html_url":"https://github.com/af/wiseau","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/af%2Fwiseau","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/af%2Fwiseau/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/af%2Fwiseau/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/af%2Fwiseau/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/af","download_url":"https://codeload.github.com/af/wiseau/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/af%2Fwiseau/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178492,"owners_count":22817386,"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":[],"created_at":"2024-10-11T18:15:18.276Z","updated_at":"2025-06-11T01:06:56.052Z","avatar_url":"https://github.com/af.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Wiseau\n=======\n\nWiseau is a build tool for client-side javascript. It concatenates and minifies\nyour javascript, without telling you which libraries to use or how to lay out\nyour project.\n\n\n#### Features\n\n* Support for multiple output files\n* Minification via uglify-js\n* (TODO) Support for http and npm dependencies\n* (TODO) JSHint integration\n\nMaybe later:\n\n* Coffeescript support\n* CSS/Stylus build targets\n\n\n#### Command Line Interface\n\n* `wiseau init`  - Start a new project by creating a new clientbuild.json config file.\n* `wiseau build` - Build the target files specified in your config file.\n* `wiseau watch` - (TODO) Watch the project's source files for changes, and re-build\n                   automatically when changes are saved.\n\nFor convenience, `wiseau` is also aliased as `wi` at the command line.\n\n\n#### An Example clientbuild.json File\n\n```\n// Single-line comments can be added to your json config file.\n{\n    \"sourceDir\": \"js/src\",                  // The relative path to your source code\n    \"outputDir\": \"js/build\",                // Where to place the output of the build\n\n    \"targets\": {\n        \"libs.js\": {\n            \"sourceDir\": \"js/src/libs\",     // You can override config values per target\n            \"dependencies\": [\n                \"jquery.js\",\n                \"underscore.js\",\n                \"backbone.js\"\n            ]\n        },\n        \"app.js\": {                         // You can create as many build targets as you like\n            \"minify\": false,                // Minification is optional (but enabled by default)\n            \"dependencies\": [\n                \"models.js\",\n                \"views.js\",\n                \"main.js\"\n            ]\n        }\n    }\n}\n```\n\n\n#### Alternatives/Prior Art\n\n* anvil.js\n* Ender\n* bpm\n* buildr.npm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faf%2Fwiseau","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faf%2Fwiseau","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faf%2Fwiseau/lists"}