{"id":19767859,"url":"https://github.com/cooljith91112/inappjstemplate","last_synced_at":"2026-05-06T00:06:14.347Z","repository":{"id":149785865,"uuid":"79214799","full_name":"cooljith91112/InAppJSTemplate","owner":"cooljith91112","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-17T12:01:58.000Z","size":1820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-22T13:37:51.420Z","etag":null,"topics":["easy-to-use","javascript","jquery","nunjucks","requirejs","spa"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cooljith91112.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2017-01-17T10:10:12.000Z","updated_at":"2017-03-01T06:09:12.000Z","dependencies_parsed_at":"2023-05-04T11:35:33.991Z","dependency_job_id":null,"html_url":"https://github.com/cooljith91112/InAppJSTemplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cooljith91112/InAppJSTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljith91112%2FInAppJSTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljith91112%2FInAppJSTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljith91112%2FInAppJSTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljith91112%2FInAppJSTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cooljith91112","download_url":"https://codeload.github.com/cooljith91112/InAppJSTemplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljith91112%2FInAppJSTemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["easy-to-use","javascript","jquery","nunjucks","requirejs","spa"],"created_at":"2024-11-12T04:32:51.081Z","updated_at":"2026-05-06T00:06:14.334Z","avatar_url":"https://github.com/cooljith91112.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InApp JS Boilerplate\n\n### Feature list:\n\n * Easy to start a project from scratch\n * Build on top of RequireJS\n * Templating (based on Mozilla's Nunjucks)\n * State based routing\n * Integrated Optimizer/Minifier ([r.js](http://requirejs.org/docs/optimization.html))\n\n\n\n### Requirements\n**NodeJS** - For final building\n\nNo other dependencies\n\n### Installation:\n```sh\n$ npm install -g requirejs\n```\n\n### Build:\n\n```sh\n$ node r.js -o build.js\n```\noutput/production code will be copied to **dist** folder.\n\n\n### Directory Structure\n```sh\nProject\n├───css\n│   └───lib --\u003e Third party libraries\n├───fonts\n├───images\n├───partials --\u003e module wiser partial views should be stored here\n│   ├───common\n│   ├───dashboard\n│   ├───login\n│   └───test\n└───src\n    ├───common \n    ├───dashboard --\u003e module folder\n    ├───libs  -\u003e put all third party dependencies here\n    │   └───jquery-ui-1.12.1.custom\n    │       ├───external\n    │       │   └───jquery\n    │       └───images\n    └───login --\u003e module folder\n```\n\n### File Descriptions\n\n| File  | Description |\n| ------ | ------ |\n| build.js | This file contains final build configurations, customizable |\n| src/config.js |This files holds module definition, render area declaration, template path etc |\n| src/config.require.js | Holds third party library/module definitions |\n| src/constants.js | Used to store Application constants like API url, end points etc |\n| src/global.js | Global application variable storage (acts like $rootScope of angularJS) |\n| src/router.js | This file is important, stores the application routing, module permissions, module loading etc |\n| src/main.js | Entry point/ boostraper of the Application. This will initiate the router config |\n| src/moduleLoader.js | Utility library used to load module, utilizing config.js |\n| src/services.js | services is a wrapper library around standard JQuery Ajax |\n| src/templateRenderer.js | Used to load template using nunjucks |\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooljith91112%2Finappjstemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcooljith91112%2Finappjstemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooljith91112%2Finappjstemplate/lists"}