{"id":20723526,"url":"https://github.com/lnked/gulp-simple-starter","last_synced_at":"2025-04-23T17:27:26.272Z","repository":{"id":42204622,"uuid":"183465806","full_name":"lnked/gulp-simple-starter","owner":"lnked","description":"Gulp, Webpack, Esbuild, Nunchucks, Environments, Eslint, Jest, Typescript","archived":false,"fork":false,"pushed_at":"2022-12-27T22:55:35.000Z","size":21567,"stargazers_count":11,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T01:51:47.467Z","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/lnked.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":"2019-04-25T15:52:40.000Z","updated_at":"2023-05-19T09:43:52.000Z","dependencies_parsed_at":"2023-01-31T05:31:31.440Z","dependency_job_id":null,"html_url":"https://github.com/lnked/gulp-simple-starter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnked%2Fgulp-simple-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnked%2Fgulp-simple-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnked%2Fgulp-simple-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnked%2Fgulp-simple-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnked","download_url":"https://codeload.github.com/lnked/gulp-simple-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250479593,"owners_count":21437391,"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-11-17T04:08:57.906Z","updated_at":"2025-04-23T17:27:26.256Z","avatar_url":"https://github.com/lnked.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-simple-starter\n\n## Installation\n\n#### GIT\n\n```bash\n# Create project folder\nmkdir app\n\n# Go to the project root\ncd app\n\n# Clone the repository (stable branch)\ngit clone -b master git@github.com:lnked/gulp-simple-starter.git .\n```\n\nOR\n\n```bash\ngit init\ngit remote add origin git@github.com:lnked/gulp-simple-starter.git\ngit fetch origin\ngit pull origin master\n```\n\n```bash\n# Install\nyarn\n# or\nnpm i\n```\n\nOr you can download the latest version at: https://github.com/lnked/gulp-simple-starter/releases/latest\n\n## Run tasks\n\n## Start a development server\n```\nyarn start / npm run start\nyarn start:uncss / npm run start:uncss\n```\n\n## Build for production\n```\nyarn build / npm run build\nyarn build:uncss / npm run build:uncss\n```\n\n## Lint\n```\nyarn lint / npm run lint\n```\n\n## Configuration\n\n`.env` for example, it is used by default in the absence of other configurations\n`.env.development` configurations work during server startup\n`.env.production` configuration works in production build\n\n# Example content and options explanation\n\n```\nGULP_APP_API_URL   // will be converted to API_URL and available in js scripts, it may be needed to set different API base url for dev and production build\nTINYPNG_API_KEY    // api key for image optimization in the service https://tinypng.com\nPURGE_CSS          // true / false to optimize styles\nGZIP_ENABLED       // true / false compression of static files\nREV_NAME_ENABLED   // true / false to add a prefix to static files (js, css)\nTINYPNG_ENABLED    // true / false to enable image optimization through the tinping service\nSOURCEMAPS_ENABLED // true / false to enable sourcemap file\nMINIFY_HTML        // true / false to minimize html\nBUNDLE_ANALYZER    // true / false when enabled, a script assembly report will be generated\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnked%2Fgulp-simple-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnked%2Fgulp-simple-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnked%2Fgulp-simple-starter/lists"}