{"id":19205422,"url":"https://github.com/morgancaron/nootstrap","last_synced_at":"2025-05-12T17:15:44.416Z","repository":{"id":35225552,"uuid":"117354454","full_name":"MorganCaron/Nootstrap","owner":"MorganCaron","description":"Not Bootstrap: Minimalist Sass Front-End Web Framework","archived":false,"fork":false,"pushed_at":"2023-04-29T10:01:30.000Z","size":5418,"stargazers_count":2,"open_issues_count":28,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T17:15:38.612Z","etag":null,"topics":["bootstrap","css","library","sass"],"latest_commit_sha":null,"homepage":"https://morgancaron.github.io/Nootstrap/","language":"Sass","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/MorganCaron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"MorganCaron"}},"created_at":"2018-01-13T15:26:39.000Z","updated_at":"2021-11-24T10:11:34.000Z","dependencies_parsed_at":"2024-11-09T13:12:44.230Z","dependency_job_id":"505b37b8-a8d7-424e-872a-38c25837834a","html_url":"https://github.com/MorganCaron/Nootstrap","commit_stats":{"total_commits":262,"total_committers":8,"mean_commits":32.75,"dds":"0.30916030534351147","last_synced_commit":"209536fb71c9c63d483c6d4372a2490b254b1517"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganCaron%2FNootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganCaron%2FNootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganCaron%2FNootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganCaron%2FNootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MorganCaron","download_url":"https://codeload.github.com/MorganCaron/Nootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253785011,"owners_count":21963903,"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":["bootstrap","css","library","sass"],"created_at":"2024-11-09T13:12:37.030Z","updated_at":"2025-05-12T17:15:44.396Z","avatar_url":"https://github.com/MorganCaron.png","language":"Sass","funding_links":["https://github.com/sponsors/MorganCaron"],"categories":[],"sub_categories":[],"readme":"# Nootstrap\n[![Nootstrap](nootnoot.gif)](https://morgancaron.github.io/Nootstrap/)\n\n## *Not Bootstrap: Sass Front-End Web Framework*\nYou probably know **Bootstrap**, the framework that provides a collection of tools useful for creating website and web application design.\\\nAlthough it is excellent, **too many people use it without customizing the default theme**. All sites end up looking alike, **without having a real design** of their own.\n\n**Nootstrap is a SASS framework** that offers the same tools as Bootstrap (with a few more) **without proposing any default style, leaving the developers to create their own**.\n\n![Github Stars](https://img.shields.io/github/stars/MorganCaron/Nootstrap?style=for-the-badge)\n![Github Forks](https://img.shields.io/github/forks/MorganCaron/Nootstrap?style=for-the-badge)\n[![Discord](https://img.shields.io/discord/268838260153909249?label=Chat\u0026logo=Discord\u0026style=for-the-badge)](https://discord.gg/mxZvun4)\n[![Contribute](https://img.shields.io/badge/-Contribute-blue?style=for-the-badge)](CONTRIBUTING.md)\n\n### Project Health\n[![Codacy](https://img.shields.io/codacy/grade/c6b8bceeb4884d39b657e8a3fa460376?logo=Codacy\u0026style=for-the-badge)](https://www.codacy.com/manual/MorganCaron/Nootstrap)\n[![Github Actions](https://img.shields.io/github/workflow/status/MorganCaron/Nootstrap/Documentation%20deployment?logo=Github\u0026style=for-the-badge)](https://github.com/MorganCaron/Nootstrap/actions?query=workflow%3A%22Documentation+deployment%22)\n\n---\n\n## Prerequisites\n\nYou need [NodeJS](https://nodejs.org/en/download/) installed on your computer.\nYou also need a Sass compiler. Personally I use [Webpack](https://webpack.js.org), with a home-made configuration generator: [webpack-config-generator](https://github.com/MorganCaron/webpack-config-generator).\nIf you're looking for a simpler, more minimalist tool just for compiling Sass, the [Compass.app](https://compass.kkbox.com) tool does the job.\n\n## Installation\n\nNootstrap is available on the NPM package manager. It can be installed with the following command:\n\n```console\nnpm install nootstrap-ui\n```\n\n## Include in your project\n\nDifferent ways to import the Javascript file from Nootstrap:\n\n### HTML\n```html\n\u003cscript defer src=\"~nootstrap-ui/build/Nootstrap.min.js\"\u003e\u003c/script\u003e\n```\nOR\n### Javascript\n```js\nimport \"nootstrap-ui\";\n```\nOR\n### Typescript\n```ts\nimport \"nootstrap-ui\"\n```\n\nAnd a way to import the Sass file:\n\n### Sass\n```sass\n@import nootstrap-ui\n```\n\n\n## Documentation\n\nFor full demo \u0026 documentation, visit [https://morgancaron.github.io/Nootstrap/](https://morgancaron.github.io/Nootstrap/)\n\n---\n\n## Additional Informations\n![Top Language](https://img.shields.io/github/languages/top/MorganCaron/Nootstrap?style=for-the-badge)\n[![License](https://img.shields.io/github/license/MorganCaron/Nootstrap?style=for-the-badge)](https://github.com/MorganCaron/Nootstrap/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgancaron%2Fnootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorgancaron%2Fnootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgancaron%2Fnootstrap/lists"}