{"id":17384799,"url":"https://github.com/erukiti/waterslide","last_synced_at":"2025-04-15T10:29:55.871Z","repository":{"id":65379242,"uuid":"63675161","full_name":"erukiti/waterslide","owner":"erukiti","description":"CLI tool that easily sets up a modern JavaScript project and compilation.","archived":false,"fork":false,"pushed_at":"2017-08-16T11:35:31.000Z","size":1026,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:12:42.214Z","etag":null,"topics":["babel","cli","javascript","webpack"],"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/erukiti.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-07-19T08:18:52.000Z","updated_at":"2017-08-22T13:35:59.000Z","dependencies_parsed_at":"2023-01-20T08:45:46.198Z","dependency_job_id":null,"html_url":"https://github.com/erukiti/waterslide","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/erukiti%2Fwaterslide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erukiti%2Fwaterslide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erukiti%2Fwaterslide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erukiti%2Fwaterslide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erukiti","download_url":"https://codeload.github.com/erukiti/waterslide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249051366,"owners_count":21204793,"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":["babel","cli","javascript","webpack"],"created_at":"2024-10-16T07:46:36.830Z","updated_at":"2025-04-15T10:29:55.844Z","avatar_url":"https://github.com/erukiti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Waterslide\n\nWaterslide is a CLI tool that easily sets up a modern JavaScript project and takes care of troublesome compilation (webpack, babel...).\n\n## Install and setup\n\n```sh\n$ npm install -g waterslide\n$ ws config\n```\n\n`ws config` is default setting configuration tool.\n\n## Create project\n\n```sh\n$ ws new \u003ctarget\u003e [projectDir]\n```\n\n`target` is the environment name you want to create like `electron`, `node`, `browser`.\n\nIf you omit `projectDir` specification, created a project directory with random name. Even if you do not consider the name of the project, you can easily create a project and experiment.\n\n## In project\n\n```sh\n$ cd projectDir\n$ npm start\n```\n\n* `npm start` is run project\n* `npm run build` is build project\n* `npm test` is test project\n\n## For example\n\nFor example, create React-Redux eletcron project with ava, eslint:\n\n```sh\n$ ws new --use react-redux,ava,eslint electron [projectDir]\n$ cd \u003cprojectDir\u003e\n$ npm start\n```\n\nBuild distribution pacakge of the Electron application:\n\n```sh\n$ npm run build\n```\n\n## License\n\nThe license of the waterslide itself is Apache-2.0. Software license created using waterslide can be set freely.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferukiti%2Fwaterslide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferukiti%2Fwaterslide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferukiti%2Fwaterslide/lists"}