{"id":23156546,"url":"https://github.com/thecreation/parcel-handlebars-starter","last_synced_at":"2025-08-17T23:32:39.003Z","repository":{"id":41783731,"uuid":"139595425","full_name":"thecreation/parcel-handlebars-starter","owner":"thecreation","description":"A starter template for Parcel, Handlebars, ECMAScript(latest), sass and postcss.","archived":false,"fork":false,"pushed_at":"2022-12-09T09:55:15.000Z","size":2136,"stargazers_count":8,"open_issues_count":22,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-06T09:02:14.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecreation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-03T14:28:18.000Z","updated_at":"2024-02-27T06:20:10.000Z","dependencies_parsed_at":"2023-01-25T21:01:39.905Z","dependency_job_id":null,"html_url":"https://github.com/thecreation/parcel-handlebars-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecreation/parcel-handlebars-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-handlebars-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-handlebars-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-handlebars-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-handlebars-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecreation","download_url":"https://codeload.github.com/thecreation/parcel-handlebars-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-handlebars-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270922510,"owners_count":24668565,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-17T21:13:56.552Z","updated_at":"2025-08-17T23:32:38.375Z","avatar_url":"https://github.com/thecreation.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parcel Starter\n\n\u003e A starter template for Parcel, Handlebars, ECMAScript(latest), sass and postcss.\n\n## Table of Contents\n\n* [Features](#features)\n* [Installation](#installation)\n* [Getting Started](#getting-started)\n* [List of Npm tasks](#list-of-npm-tasks)\n\n## Features\nThis starter also features a number of great software (in the words of their creators):\n\n* [Parcel](https://parceljs.org/) - blazing fast, zero configuration web application bundler.\n* [EditorConfig](http://editorconfig.org/) - a config file for maintaining  consistent coding styles.\n\n### JavaScript\n\n* [Babel](http://babeljs.io/) - a JavaScript compiler for es5 to es6/7.\n* [ESLint](http://eslint.org/) - the pluggable linting utility for JavaScript and JSX (with preconfigured ruleset by [Google](https://github.com/google/eslint-config-google).\n\n### StyleSheet\n\n* [Sass](http://sass-lang.com/) - CSS with superpowers.\n* [PostCSS](https://github.com/postcss/postcss) - a tool for transforming styles with JS plugins.\n* [Autoprefixer](https://github.com/postcss/autoprefixer) - adding vendor prefixes by the rules of [Can I Use](http://caniuse.com/).\n* [Stylelint](http://stylelint.io/) - a mighty, modern CSS linter (with preconfigured ruleset by [Hugo Giraudel](https://sass-guidelin.es/)).\n\n### Html\n\n* [handlebars](https://github.com/wycats/handlebars.js) - a javascript template engine.\n* [handlebars-wax](https://github.com/shannonmoeller/handlebars-wax) - Effortless registration of data, partials, helpers, and decorators using file-system globs, modules, and plain-old JavaScript objects.\n* [handlebars-layouts](https://github.com/shannonmoeller/handlebars-layouts) - a handlebars helpers which implement layout blocks.\n* [handlebars-helpers](https://github.com/helpers/handlebars-helpers) - More than 180 Handlebars helpers in ~20 categories.\n\n### Git Hooks manager\n\n* [husky](https://github.com/typicode/husky)\n* [lint-staged](https://github.com/okonet/lint-staged)\n\n## Installation\n\n### Node version manager\n\nInstall [NVM](https://github.com/creationix/nvm). And use the latest version of NodeJS.\n\n```bash\nnvm install node\nnvm use node\n```\n\n### Install Sass\n\nGo to [sass-lang.com/install](http://sass-lang.com/install) for installation in command line.\n\n```bash\ngem install sass\n```\n\nBefore install sass, you should [install Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [install Gem](https://rubygems.org/pages/download).\n\n## Getting started\n\n1. Clone this Boilerplate\n\n   ```bash\n   git clone https://github.com/thecreation/parcel-starter.git \u003cPROJECT_NAME\u003e\n   cd \u003cPROJECT_NAME\u003e\n   ```\n\n2. Install Dependencies\n\n   ```bash\n   npm install\n   ```\n\n3. Build the project\n\n   ```bash\n   npm run build\n   ```\n\n4. Stay up-to-date\n\n   ```bash\n   git remote add upstream https://github.com/thecreation/parcel-starter.git\n   git pull upstream master\n   ```\n\n## List of Npm tasks\n\nTo run separate task type in command line `npm run [task_name]`.\n\nTask name          | Description\n:------------------|:----------------------------------\n`start`            | run the app in develpment.\n`build`            | build the app for production to the `dist` folder.\n`clean`            | remove `dist` folder.\n\n## License\n\nThe code is available under the [MIT](https://github.com/thecreation/parcel-starter/blob/master/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fparcel-handlebars-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecreation%2Fparcel-handlebars-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fparcel-handlebars-starter/lists"}