{"id":15062044,"url":"https://github.com/christianmurphy/nicest","last_synced_at":"2025-04-10T09:54:04.286Z","repository":{"id":34261209,"uuid":"38146336","full_name":"ChristianMurphy/nicest","owner":"ChristianMurphy","description":"nicely integrating complex education software together","archived":false,"fork":false,"pushed_at":"2025-04-01T23:49:10.000Z","size":1351,"stargazers_count":2,"open_issues_count":31,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T00:28:41.626Z","etag":null,"topics":["academic","automation","education","github-api","hapi","javascript","mongoose","nodegit","pm2","pug","semantic-ui"],"latest_commit_sha":null,"homepage":"","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/ChristianMurphy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2015-06-27T04:12:12.000Z","updated_at":"2020-05-08T13:55:23.000Z","dependencies_parsed_at":"2024-01-02T23:52:36.630Z","dependency_job_id":"f36c79b3-0175-4463-8568-31eb21d9bfbc","html_url":"https://github.com/ChristianMurphy/nicest","commit_stats":{"total_commits":697,"total_committers":11,"mean_commits":63.36363636363637,"dds":"0.35437589670014347","last_synced_commit":"0965df21a6d8e69cac5ec00c7446b63ef36ebe9e"},"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fnicest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fnicest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fnicest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fnicest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristianMurphy","download_url":"https://codeload.github.com/ChristianMurphy/nicest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198559,"owners_count":21063626,"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":["academic","automation","education","github-api","hapi","javascript","mongoose","nodegit","pm2","pug","semantic-ui"],"created_at":"2024-09-24T23:29:33.077Z","updated_at":"2025-04-10T09:54:04.266Z","avatar_url":"https://github.com/ChristianMurphy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nicest\n\n\u003c!-- current project status --\u003e\n\n[![npm version](https://img.shields.io/npm/v/nicest.svg)](https://www.npmjs.com/package/nicest)\n[![Build Status](https://travis-ci.org/ChristianMurphy/nicest.svg?branch=master)](https://travis-ci.org/ChristianMurphy/nicest)\n[![Dependency Status](https://david-dm.org/ChristianMurphy/nicest.svg)](https://david-dm.org/ChristianMurphy/nicest)\n[![devDependency Status](https://david-dm.org/ChristianMurphy/nicest/dev-status.svg)](https://david-dm.org/ChristianMurphy/nicest?type=dev)\n\n\u003c!-- standards and technologies used in project --\u003e\n\n[![Built with Hapi](https://img.shields.io/badge/built_with-hapi-blue.svg)](https://hapijs.com/)\n[![Semver](http://img.shields.io/SemVer/2.0.0.png)](http://semver.org/spec/v2.0.0.html)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ChristianMurphy/nicest/master/LICENSE)\n\nnicely integrating complex education software together\n\n## About\n\nNicest is a setup tool for software educators.\nFor the alpha version of the project, the focus is on agile [software development tools](https://en.wikipedia.org/wiki/Agile_software_development).\nThe system is currently able to setup [Github](https://github.com/) source control, [Taiga](https://taiga.io/)\ntaskboard, and [CIAssess](https://github.com/kgary/CIAssess) continuous project assessment.\nIn the future Nicest will add support for more tools, and integrations between tools.\n\n## Installation\n\n1.  Install [Node JS](https://nodejs.org/) version 8\n2.  Install [Mongo Db](https://www.mongodb.org/) version 3\n3.  Install [Node Gyp](https://github.com/nodejs/node-gyp#installation)\n4.  Run `npm install -g nicest`\n\n## Setup\n\n1.  Create a [Github account](https://github.com/) (an existing account can also be used)\n\n2.  [Register nicest](https://github.com/settings/applications/new) as an application\n\n    *   'Application Name', 'Homepage URL', and 'Application Description' can be anything\n    *   'Authorization callback URL' must be the Host name or IP address of your computer/server\n    *   E.G. 'Authorization callback URL' could be 'example.com/login', 'localhost:3000/login' or '11.11.11.11/login'\n    *   After creating the application be sure to copy down the client id and secret token\n\n3.  Run `nicest init` to configure nicest\n\n4.  Run `nicest user` to create an admin\n\n## Start\n\n1.  Run `nicest start`\n\n## Stop\n\n1.  Run `nicest stop`\n\n## Additional Guides\n\n*   [Contributing](CONTRIBUTING.md)\n*   [Plugin](PLUGIN.md)\n\n## Tasks\n\nTasks can be run from a Terminal or Command Line using `nicest \u003ctask\u003e`\n\n*   `dev` developer server start\n*   `init` creates a configuration file\n*   `start` production server start\n*   `stop` production server stop\n*   `user` creates a new user\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianmurphy%2Fnicest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianmurphy%2Fnicest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianmurphy%2Fnicest/lists"}