@runloop/api-client - v1.4.0
    Preparing search index...

    Extracted common commands important to the developer life cycle like linting, testing, building, etc.

    interface DevCommands {
        build?: string[] | null;
        install?: string[] | null;
        lint?: string[] | null;
        scripts?: string[] | null;
        test?: string[] | null;
    }
    Index

    Properties

    build?: string[] | null

    Build command (e.g. npm run build).

    install?: string[] | null

    Installation command (e.g. pip install -r requirements.txt).

    lint?: string[] | null

    Lint command (e.g. flake8).

    scripts?: string[] | null

    Script commands.

    test?: string[] | null

    Test command (e.g. pytest).