{"id":23364480,"url":"https://github.com/fission-codes/js-template","last_synced_at":"2025-04-07T22:27:42.140Z","repository":{"id":203930390,"uuid":"710722146","full_name":"fission-codes/js-template","owner":"fission-codes","description":"⌘ Fission JS Template","archived":false,"fork":false,"pushed_at":"2024-02-12T07:18:36.000Z","size":516,"stargazers_count":2,"open_issues_count":10,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-25T11:48:18.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fission-codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-27T09:48:24.000Z","updated_at":"2024-03-30T16:19:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f94f840-6f93-4bbe-b086-107cd9164045","html_url":"https://github.com/fission-codes/js-template","commit_stats":null,"previous_names":["fission-codes/js-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fjs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fjs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fjs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fjs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fission-codes","download_url":"https://codeload.github.com/fission-codes/js-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591849,"owners_count":20802003,"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-12-21T13:16:27.680Z","updated_at":"2025-04-07T22:27:42.120Z","avatar_url":"https://github.com/fission-codes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./assets/logo.png\" alt=\"fission Logo\" width=\"100\"\u003e\u003c/img\u003e\n\n  \u003ch1 align=\"center\"\u003eFission JS Template\u003c/h1\u003e\n\n[![Built by FISSION](https://img.shields.io/badge/built_by-⌘_Fission-purple.svg)](https://fission.codes)\n[![Discord](https://img.shields.io/discord/478735028319158273?logo=discord\u0026color=mediumslateblue)](https://discord.gg/zAQBDEq)\n[![Discourse users](\u003chttps://img.shields.io/discourse/users?server=https%3A%2F%2Ftalk.fission.codes\u0026logo=discourse\u0026label=talk\u0026color=rgb(14%2C%20118%2C%20178)\u003e)](https://talk.fission.codes)\n\n\u003c/div\u003e\n\n## Usage (remove this section)\n\nThis section describes how to use this template. Remove this section from your README after you have read it.\n\n### Features\n\n- Github workflows, templates, Code of Conduct, Contributing guidelines, Security Policy, Dependabot config, Codeowners and license.\n- Dev container for Github Codespaces\n- JS setup with ESLint, prettier, depcheck, typescript, typedoc, mocha and playwright-test.\n- Documentation generated with typedoc and published with Github pages.\n- Changelog, versioning and release management with [Release Please](https://github.com/googleapis/release-please).\n- Optional pre-commit hooks with lint-staged and simple-git-hooks.\n- VS Code settings and extensions.\n- Examples and packages setup with pnpm workspaces.\n- Codesandbox setup for examples.\n\n### Instructions\n\n- Add `GH_TOKEN` and `NPM_TOKEN` to secrets for CI workflows.\n- Select _Github Actions_ for Github pages publishing. [Docs](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow)\n- You may need to change workflow permissions to read/write to be able to publish pages with github actions. Go to Settings \u003e Actions \u003e General \u003e Workflow permissions.\n- You should enable \u003chttps://socket.dev/\u003e on the repo\n- Check the markdown files inside `.github` folder and update them with your information. Codeowners and issue templates assignees should be updated with your team members.\n\n#### Typescript\n\nOverride the `tsconfig.json` in the package with the following:\n\n```json\n{\n  \"compilerOptions\": {\n    \"noEmit\": true, // for apps or anything that is not published to npm\n    \"emitDeclarationOnly\": true, // for TS with JSDocs\n    \"module\": \"NodeNext\", // for TS packages\n    \"moduleResolution\": \"NodeNext\" // for TS packages\n  }\n}\n```\n\n## Packages\n\n- [package1](https://github.com/fission-codes/js-template/tree/master/packages/package1) - description\n- [package2](https://github.com/fission-codes/js-template/tree/master/packages/package2) - description\n\n## Examples\n\n- [`demo`](https://github.com/fission-codes/js-template/tree/master/examples/demo) - description\n\n### Checkout examples\n\nYou can use Codesandbox \u003chttps://githubbox.com/fission-codes/js-template/tree/master/examples/demo\u003e and start hacking right away.\n\nTo clone it locally:\n\n```bash\nnpx tiged fission-codes/js-template/examples/demo demo\ncd demo\npnpm install\npnpm dev\n```\n\nYou can try any of the examples by replacing `demo` with the name of the example you want to try.\n\n## Contributing\n\nRead contributing guidelines [here](.github/CONTRIBUTING.md).\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/hd-template/examples)\n\n## License\n\nThis project is licensed under either of\n\n- Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE-APACHE) or\n  [http://www.apache.org/licenses/LICENSE-2.0][apache])\n- MIT license ([LICENSE-MIT](./LICENSE-MIT) or\n  [http://opensource.org/licenses/MIT][mit])\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms or\nconditions.\n\n[apache]: https://www.apache.org/licenses/LICENSE-2.0\n[mit]: http://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffission-codes%2Fjs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffission-codes%2Fjs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffission-codes%2Fjs-template/lists"}