{"id":15447879,"url":"https://github.com/geolffreym/syrup","last_synced_at":"2026-04-09T04:03:59.900Z","repository":{"id":22141752,"uuid":"25472849","full_name":"geolffreym/Syrup","owner":"geolffreym","description":"App with sweet flavor.","archived":false,"fork":false,"pushed_at":"2021-05-04T15:25:38.000Z","size":3114,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T00:51:58.477Z","etag":null,"topics":["framework","javascript","syrup"],"latest_commit_sha":null,"homepage":"http://geolffreym.github.io/Syrup","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geolffreym.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-20T15:28:39.000Z","updated_at":"2021-05-04T15:25:42.000Z","dependencies_parsed_at":"2022-08-19T18:00:30.318Z","dependency_job_id":null,"html_url":"https://github.com/geolffreym/Syrup","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geolffreym%2FSyrup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geolffreym%2FSyrup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geolffreym%2FSyrup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geolffreym%2FSyrup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geolffreym","download_url":"https://codeload.github.com/geolffreym/Syrup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137996,"owners_count":21053775,"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":["framework","javascript","syrup"],"created_at":"2024-10-01T20:20:46.674Z","updated_at":"2026-04-09T04:03:59.859Z","avatar_url":"https://github.com/geolffreym.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Syrup ([v0.1.0-alpha](https://en.wiktionary.org/wiki/alpha_version))\n=======\nApp with sweet flavor\n\nContent\n=======\n\n* [Syrup Core](https://github.com/geolffreym/Syrup/blob/master/readme/CORE.md)\n* [About Design and Features](https://github.com/geolffreym/Syrup/blob/master/readme/ABOUT.md)\n\n(Pending Documentation)\n\nCompatibility with browsers\n---------------------------\n    \n    -IE \u003e 10\n    -Chrome \u003e 32\n    -Firefox \u003e 29\n    -Opera \u003e 23 \n    -Safari \u003e  7 \n\n\nControlling browsers support.\n\n```js\nif(_.nav.unsupported){\n    //What to do?\n}\n```\n*If there is any browser incompatibility please notify*\n\n\nInstallation\n-----------\n\nUsing [Bower](http://bower.io/):\n\n`bower install syrup`\n\nUsing [Git](http://git-scm.com/docs/git-clone):\n\n`git clone https://github.com/geolffreym/Syrup.git` \n\n\nConfig\n------\nConfiguration is very simple, you just have to access the folder /config/ and edit the file init.js \n\nYou need to set the 'app_path' and 'system_path', which is responsible for establishing relative directories. The default is '/' and finally, the environment which can be either development or production.\n\n```js\n//config\nvar setting = {\n\tapp_path   : '/syrup/app',\n\tsystem_path: '/syrup/system',\n\tenv        : 'development'\n};\n```\n\n  \nJoining files\n-------------\n\n**Node JS Required**\n\nBlend files is relatively simple, you must first establish the libraries you want to use in environment.\n\nSyrup is modular so you can create your own libraries and integrate the autoloader\n\n```js\n//Development\n exports.files = {\n        js: {\n            output: 'dist/init', //The output\n            src: [\n                'app/config/init', // Needed do not change\n                'system/base/init', // Needed do not change\n//              'lib/Form',\n//              'lib/Upload' // Add all the necessary scripts for startup\n            ]\n\n        }\n    }\n```\n\nThen you must get packages with `npm install` and finally run `npm start` and you'll have a unified library and .min in folder /dist/\n\n*If you do not have the option of using node, you must manually change the settings in the /dist/init.js and include libs separately*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeolffreym%2Fsyrup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeolffreym%2Fsyrup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeolffreym%2Fsyrup/lists"}