{"id":21090819,"url":"https://github.com/sixertoy/kiss-cli","last_synced_at":"2025-08-15T19:16:40.681Z","repository":{"id":36510685,"uuid":"40816382","full_name":"sixertoy/kiss-cli","owner":"sixertoy","description":":hash: :wrench: Shareable agnostics templates (Keep It Stupid Simple) / Integrated with Atom IDE #cli #nodejs #atom","archived":false,"fork":false,"pushed_at":"2023-01-08T23:38:33.000Z","size":1737,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T11:18:34.794Z","etag":null,"topics":["atom","cli","nodejs","shared","snippets","templates"],"latest_commit_sha":null,"homepage":"http://sixertoy.github.io/kiss-cli/","language":"JavaScript","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/sixertoy.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":"2015-08-16T12:35:09.000Z","updated_at":"2022-07-06T11:38:18.000Z","dependencies_parsed_at":"2023-01-17T02:11:34.253Z","dependency_job_id":null,"html_url":"https://github.com/sixertoy/kiss-cli","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixertoy%2Fkiss-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixertoy%2Fkiss-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixertoy%2Fkiss-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixertoy%2Fkiss-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sixertoy","download_url":"https://codeload.github.com/sixertoy/kiss-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254538439,"owners_count":22087866,"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":["atom","cli","nodejs","shared","snippets","templates"],"created_at":"2024-11-19T21:40:41.096Z","updated_at":"2025-05-16T13:31:39.783Z","avatar_url":"https://github.com/sixertoy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :wrench: KISS\n\nKISS allow to create your own snippets for a context and share these with your project team mates.\n\n```bash\nnpm install -g kiss-cli\nmkdir myproject\ncd myproject\nkiss server ./index.js\n```\n\n## :popcorn: Try it!\n\n- KISS must be installed globally\n- To add new types, create templates in a folder named `.kiss` at the root directory of your project beside of your `package.json` file\n- Templates files must be named `\u003ctype\u003e.\u003cextension\u003e`\n- Kiss priorize templates in `(project)/.kiss` **\u003e** `/User/home/.kiss` **\u003e** `(npm_prefix_path)/.kiss`\n\n**You could need KISS if**\n\n- You are a developer\n- You are a developer in a team of developers\n- You share templates with your team (Back/Front)\n- You are bored of copying/pasting script content to create new script files\n- ... :kiss:\n\n#### Defaults available types/templates\n\n- `html` HTML minimal ready page\n- `server` Simple ExpressJS server\n- **React**\n  - `pure` React/Redux connected pure component\n  - `dumb` React Stateless/Dump component\n  - `jest` Simple Jest test file\n\n## History\n\n- v0.5.0\n  - :rocket: refactor all the things \\o/\n- v0.3.9\n  - update documentation\n- v0.3.4\n  - :rocket: Release version\n- v0.3.1\n  - Refactor all the things in ES6\n  - Removing Angular, AMD, Grunt... Templates\n  - Adding React Templates\n- v0.2.0\n  - Generate files by types extension\n- v0.1.41\n  - Remove --debug option\n  - Remove commander as cli parser\n- v0.1.40\n  - Manage dotfiles\n- v0.1.34\n  - Custom templates in your home folder\n  - Custom templates in your project folder\n  - `project folder \u003e home folder \u003e kiss folder`\n- v0.1.24\n  - Fix install 'npm install -g kiss-cli'\n\n## About\n\n\u003e This file generator was motivated by the famous French Bonaldi's Effect:\u003cbr\u003e \u003e _It's totally unnecessary and therefore strictly indispensable!_\u003cbr\u003e\n\u003e But it's also a great concept of the play [La Cantatrice chauve](https://fr.wikipedia.org/wiki/La_Cantatrice_chauve) by Eugène Ionesco :)\n\n## Issues\n\n- Overwrite an existing file without prompts\n- Not so Asynchronous\n- Files permissions\n- Units Tests...\n- :apple: tested only\n\n[![MIT License][license-img]][license-url] [![NPM version][npm-version-img]][npm-url] [![NPM downloads][npm-downloads-img]][npm-url] [![Build][travis-img]][travis-url] [![Coverage][coverall-img]][coverall-url]\n\n[license-img]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\n[license-url]: LICENSE-MIT\n[coverall-url]: https://coveralls.io/r/sixertoy/kiss-cli\n[coverall-img]: https://img.shields.io/coveralls/sixertoy/kiss-cli.svg?style=flat-square\n[travis-url]: https://travis-ci.org/sixertoy/kiss-cli\n[travis-img]: http://img.shields.io/travis/sixertoy/kiss-cli.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/kiss-cli\n[npm-version-img]: http://img.shields.io/npm/v/kiss-cli.svg?style=flat-square\n[npm-downloads-img]: http://img.shields.io/npm/dm/kiss-cli.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixertoy%2Fkiss-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixertoy%2Fkiss-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixertoy%2Fkiss-cli/lists"}