https://github.com/jekwwer/javascript-workspace
Ready-to-use JS/TS workspace with a devcontainer, VS Code settings, formatting, pre-commit hooks, and automated updates.
https://github.com/jekwwer/javascript-workspace
ci devcontainer formatting javascipt pre-commit-hooks vscode
Last synced: 6 months ago
JSON representation
Ready-to-use JS/TS workspace with a devcontainer, VS Code settings, formatting, pre-commit hooks, and automated updates.
- Host: GitHub
- URL: https://github.com/jekwwer/javascript-workspace
- Owner: Jekwwer
- License: mit
- Created: 2025-06-23T10:20:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T14:41:16.000Z (6 months ago)
- Last Synced: 2025-07-01T03:15:46.720Z (6 months ago)
- Topics: ci, devcontainer, formatting, javascipt, pre-commit-hooks, vscode
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript Workspace







## Project Overview 🚀
This repository is a robust template for JavaScript development using **npm**. It comes equipped with tools for
formatting, spell-checking, a ready-to-use devcontainer, custom VS Code settings, essential repo files, automated
checks, integrated VS Code extensions, semantic releases, and extensive in-repo guides for project management and
customization.
## Features ✨
- **Devcontainer & VS Code:** Ubuntu‑based Docker container with Node.js 20 and Python (for pre‑commit). Includes
recommended VS Code extensions, workspace settings, and a seamless Codespaces experience.
- **Dependency Management:** npm for declarative `package.json` configuration and `package-lock.json` locking.
- **Formatting:** Prettier for JavaScript, JSON, Markdown, and YAML; enforced via pre-commit hooks and editor
integrations.
- **Pre-commit Hooks:** Runs Prettier, yamllint, markdownlint, markdown-link-check, and other checks before commit.
- **Release Automation:** semantic-release on pushes to `main` to analyze commits, bump versions, generate changelogs,
and publish GitHub releases automatically.
- **In-Repo Guides:** `CONTRIBUTING.md`, `STYLEGUIDE.md`, `SECURITY.md` to enforce best practices and streamline
onboarding.
## Installation 📦
Designed for **GitHub Codespaces**—running locally is untested and may require extra configuration.
[][open-in-codespaces]
## Usage 🛠️
Most manual quality checks and workflows are exposed via `package.json` scripts. These commands mirror the editor
integrations, pre-commit hooks, and CI pipelines.
### Formatting & Spell Checking
```bash
npm run format # check formatting
npm run format-fix # apply formatting fixes
npm run spell # run cspell
```
## Contributing 👥
Contributions are welcome! Please read the [Contributing Guidelines][CONTRIBUTING] and check the [Issues][issues] page.
## License 🛡️
This project is licensed under the [MIT License][LICENSE].
## Contact 📬
For questions, reach out via [evgenii.shiliaev@jekwwer.com][evgenii.shiliaev@jekwwer.com] or open an [issue][issues].
---
This document is based on a template by [Evgenii Shiliaev][evgenii-shiliaev-github], licensed under [CC BY
4.0][jekwwer-markdown-docs-kit-license]. All additional content is licensed under [LICENSE][LICENSE].
[CONTRIBUTING]: CONTRIBUTING.md
[LICENSE]: LICENSE
[evgenii-shiliaev-github]: https://github.com/Jekwwer
[evgenii.shiliaev@jekwwer.com]: mailto:evgenii.shiliaev@jekwwer.com
[issues]: https://github.com/Jekwwer/javascript-workspace/issues
[jekwwer-markdown-docs-kit-license]: https://github.com/Jekwwer/markdown-docs-kit/blob/main/LICENSE
[open-in-codespaces]: https://codespaces.new/Jekwwer/javascript-workspace