{"id":13517539,"url":"https://github.com/trailsjs/trails","last_synced_at":"2025-05-15T06:05:02.529Z","repository":{"id":57378817,"uuid":"46913955","full_name":"trailsjs/trails","owner":"trailsjs","description":":evergreen_tree: Modern Web Application Framework for Node.js.","archived":false,"fork":false,"pushed_at":"2018-06-30T19:12:47.000Z","size":576,"stargazers_count":1658,"open_issues_count":64,"forks_count":61,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-05-05T13:06:52.580Z","etag":null,"topics":["framework","node","trails","web-framework"],"latest_commit_sha":null,"homepage":"http://trailsjs.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trailsjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-26T08:33:29.000Z","updated_at":"2025-03-22T12:27:51.000Z","dependencies_parsed_at":"2022-09-02T21:20:37.669Z","dependency_job_id":null,"html_url":"https://github.com/trailsjs/trails","commit_stats":null,"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trailsjs","download_url":"https://codeload.github.com/trailsjs/trails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283339,"owners_count":22045140,"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","node","trails","web-framework"],"created_at":"2024-08-01T05:01:34.831Z","updated_at":"2025-05-15T06:05:02.506Z","avatar_url":"https://github.com/trailsjs.png","language":"JavaScript","readme":"\u003cimg src=\"http://cdn.trailsjs.io/art/logos/trails-horiz-logo-green.svg\" height=\"96px\" title=\"Trails Logo\" /\u003e\n\n[![Gitter][gitter-image]][gitter-url]\n[![NPM version][npm-image]][npm-url]\n[![Linux + OSX Build Status][ci-image]][ci-url]\n[![Windows Build Status][appveyor-image]][appveyor-url]\n[![Test Coverage][coverage-image]][coverage-url]\n[![Follow @trailsjs on Twitter][twitter-image]][twitter-url]\n\nTrails is a modern, [community-driven](https://opencollective.com/trails) web application framework for Node.js. It\nbuilds on the pedigree of [Rails](http://rubyonrails.org/) and [Grails](https://grails.org/)\nto accelerate development by adhering to a straightforward, convention-based,\nAPI-driven design philosophy.\n\n## Getting Started\n\n#### Install\n\n```sh\n$ npm install -g yo generator-trails\n$ yo trails\n```\n\n#### Trailblaze\n\nTrails uses [Yeoman](http://yeoman.io/) to generate scaffolding for new\napplications, and to create resources inside the application.\n\n```sh\n$ yo trails --help\n\nUsage:\n  yo trails\n\nGenerators:\n\n  Create New Model\n    yo trails:model \u003cmodel-name\u003e\n\n  Create New Controller\n    yo trails:controller \u003ccontroller-name\u003e\n\n  Create New Policy\n    yo trails:policy \u003cpolicy-name\u003e\n\n  Create New Service\n    yo trails:service \u003cservice-name\u003e\n```\n\n#### Run\n\nOnce installation is complete, begin your journey!\n```sh\n$ node server.js\n```\n\n#### Happy Trails!\n\n## Trailpacks\n\n[Trailpacks](https://github.com/trailsjs/trailpack) extend the framework's\ncapabilities and allow developers to leverage existing ecosystem tools through a\nsimple and well-defined API. New features, behavior, APIs, and other functionality\ncan be added to the Trails framework through Trailpacks.\n\nMany Trails installations will include some of the following Trailpacks:\n\n- [router](https://github.com/trailsjs/trailpack-router)\n- [repl](https://github.com/trailsjs/trailpack-repl)\n- [hapi](https://github.com/trailsjs/trailpack-hapi)\n- [express](https://github.com/trailsjs/trailpack-express)\n- [waterline](https://github.com/trailsjs/trailpack-waterline)\n- [knex](https://github.com/trailsjs/trailpack-knex)\n\n## Compatibility\n\n- Windows, Mac, and Linux\n- Node 7.0 and newer\n\n## Documentation\n\nSee [**trailsjs.io/doc**](http://trailsjs.io/doc) for complete documentation.\n\n## More Resources\n\n#### Tutorials\n- [Getting Started](http://blog.jaumard.com/en/2016/01/05/getting-started-with-trails/)\n- [Create a Custom Trailpack](http://blog.jaumard.com/en/2016/01/06/create-a-trailpack-for-trails/)\n- [Trails and Angular](https://cali-style.com/blog/trails-js-and-angular)\n\n#### Videos\n- [Getting Started with Trails.js](https://www.youtube.com/watch?v=AbSp8jqFDAY)\n\n#### Support\n- [Live Gitter Chat](https://gitter.im/trailsjs/trails)\n- [Twitter](https://twitter.com/trailsjs)\n- [Trails.js Website](http://trailsjs.io/support)\n- [Stackoverflow](http://stackoverflow.com/questions/tagged/trailsjs)\n\n## FAQ\n\nSee https://github.com/trailsjs/trails/wiki/FAQ\n\n## Contributing\nWe love contributions! Please check out our [Contributor's Guide](https://github.com/trailsjs/trails/blob/master/.github/CONTRIBUTING.md) for more\ninformation on how our projects are organized and how to get started.\n\n## License\n[MIT](https://github.com/trailsjs/trails/blob/master/LICENSE)\n\n\u003cimg src=\"http://cdn.trailsjs.io/art/backgrounds/trails-day.png\"\u003e\n\n[npm-image]: https://img.shields.io/npm/v/trails.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/trails\n[ci-image]: https://img.shields.io/travis/trailsjs/trails.svg?style=flat-square\u0026label=Linux%20/%20OSX\n[ci-url]: https://travis-ci.org/trailsjs/trails\n[appveyor-image]: https://img.shields.io/appveyor/ci/trailsjs/trails/master.svg?style=flat-square\u0026label=Windows\n[appveyor-url]: https://ci.appveyor.com/project/trailsjs/trails\n[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square\n[gitter-url]: https://gitter.im/trailsjs/trails\n[twitter-image]: https://img.shields.io/twitter/follow/trailsjs.svg?style=social\n[twitter-url]: https://twitter.com/trailsjs\n[coverage-image]: https://img.shields.io/codeclimate/coverage/github/trailsjs/trails.svg?style=flat-square\n[coverage-url]: https://codeclimate.com/github/trailsjs/trails/coverage\n","funding_links":["https://opencollective.com/trails"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailsjs%2Ftrails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrailsjs%2Ftrails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailsjs%2Ftrails/lists"}