This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package cronJob | |
import "fmt" | |
func HealthCheck() (map[string]string, error) { | |
// Return a map with details of the ping status | |
connectionStats := map[string]string{ | |
"Time": ip, | |
"Bytes": netmask, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import PropTypes from "prop-types"; | |
import blacklist from "blacklist"; | |
import { Text } from "ink"; | |
const BLACKLIST_PROPS = ["text"]; | |
class Title extends React.Component { | |
render() { | |
const props = blacklist(this.props, BLACKLIST_PROPS); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file controls the behavior of Trunk: https://docs.trunk.io/cli | |
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml | |
version: 0.1 | |
cli: | |
version: 1.22.2 | |
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) | |
plugins: | |
sources: | |
- id: trunk | |
ref: v1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file controls the behavior of Trunk: https://docs.trunk.io/cli | |
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml | |
version: 0.1 | |
cli: | |
version: 1.22.2 | |
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) | |
plugins: | |
sources: | |
- id: trunk | |
ref: v1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file controls the behavior of Trunk: https://docs.trunk.io/cli | |
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml | |
version: 0.1 | |
cli: | |
version: 1.22.2 | |
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) | |
plugins: | |
sources: | |
- id: trunk | |
ref: v1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file controls the behavior of Trunk: https://docs.trunk.io/cli | |
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml | |
version: 0.1 | |
cli: | |
version: 1.22.2 | |
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) | |
plugins: | |
sources: | |
- id: trunk | |
ref: v1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, {useState, useEffect} from 'react'; | |
import {render} from 'ink'; | |
import fs from 'node:fs'; | |
import path from 'node:path'; | |
import stripAnsi from 'strip-ansi'; | |
import childProcess from 'node:child_process'; | |
import {MainThread} from './progress'; // Adjust this import based on your actual file structure | |
import {CreatePackageJson} from './create-pkg-json'; | |
/**================================================================================================ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const licenses = [ | |
'MIT', | |
'CC-BY-SA-4.0', | |
'CC-BY-ND-4.0', | |
'CC-BY-NC-SA-4.0', | |
'CC-BY-NC-ND-4.0', | |
'CC-BY-NC-4.0', | |
'CC-BY-4.0', | |
'BSD-4-Clause-UC', | |
'Apache-2.0', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {Box, Text} from 'ink'; | |
import React from 'react'; | |
import {render} from 'ink'; | |
import Gradient from 'ink-gradient'; | |
import BigText from 'ink-big-text'; | |
import packageJson from '../package.json' with {type: 'json'}; | |
// Base class for tasks | |
class Task { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paste some images |