Skip to content

Create script to setup a new repository #4

@aeroniemi

Description

@aeroniemi

Currently, setting up a new custom device/board is quite a lot of effort, because you have to go through a lot of locations and edit the names/values of things. This issue suggests creating a interactive script, similar to npm init or create-react-app that asks the user for some values (e.g. the name of the device, supported boards, etc.) and then applies them to setup the project as required. This would reduce the barrier to entry/time taken for creating new devices.

I think the easiest way would be another python script to run pre-build if the project has not been configured as yet with interactive prompts, but it could also be a seporate python script for users to run (e.g python ./project-setup.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions