Code Monkey home page Code Monkey logo

installer-configs's Introduction

Droidian Installer configs Continuous Integration

This repository contains the config files for Droidian Installer devices.

Devices are configured using YAML files following the schema specifcation in the ./v2/devices directory.

If you want to propose changes to the structure or propose a new action, open an issue. Device-specific installation issues should be filed directly against the Droidian Installer's repository.

Contributing

If you want to add a or improve a device, run npm run build && npm run validate to make sure your file follows the specification and npm run lint to make it pretty. You can use npm run checksemver to validate semver strings and npm run checkdownloads to make sure all files download successfully. If you modify any specifications, use npm run test to run specification validation tests.

You can use your local config file with the Droidian Installer by supplying the --file or -f flag:

droidian-installer -f ./path/to/config.yml

Library usage

Install using npm i droidian-installer-configs.

import validate from "droidian-installer-configs";

validate(object); // will return true or false

TypeScript Types for the config file schema are exported as UBportsInstallerConfig.

import { validate, UBportsInstallerConfig } from "droidian-installer-configs";

validate(object as UBportsInstallerConfig);

License

Original development by Johannah Sprinz. Copyright (C) 2019-2022 UBports Foundation. Copyright (C) 2023 Erik Inkinen [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

installer-configs's People

Contributors

abkro avatar amartinz avatar bettehem avatar climbit avatar danct12 avatar erikinkinen avatar fakeshell avatar flohack74 avatar fredldotme avatar jamikettunen avatar luka177 avatar luksus42 avatar lweiss-fairphone avatar maciek134 avatar mardy avatar mariogrip avatar muhammad23012009 avatar neothethird avatar nitanmarcel avatar notkit avatar retro486 avatar sergiorgb avatar sevralt avatar stefanomelchior avatar tyg3rpro avatar universalsuperbox avatar verevka avatar vesek avatar vince1171 avatar yaygya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.