New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@yondav/react-starter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yondav/react-starter

a react boilerplate

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

import type { ScriptConfig } from '../../utils/types'; import { licenses } from '../licenses';

export function readmeBody({ author, description, projectName, license, version, }: Pick< ScriptConfig, 'author' | 'description' | 'projectName' | 'license' | 'version'

): string { const licenseBadge = licenses.find(lic => lic.name === license) ?? licenses[0];

return `

License

${projectName} ${version}

${description}


Table of Contents

About The Project

(back to top)

Built With

React

(back to top)

Getting Started

Prerequisites

Installation

(back to top)

Usage

(back to top)

Roadmap

(back to top)

Contributing

(back to top)

License

Distributed under the ${licenseBadge.name}.

(back to top)

Contact

${author.email}

(back to top)

Acknowledgments

(back to top)

© ${author.name} ${new Date().getFullYear()}

${ author.homepage ? `yondav.us` : '' }
`; }

Keywords

javascript

FAQs

Package last updated on 07 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts