UNPKG

projex

Version:
4 lines (3 loc) 957 B
export declare const README_TEMPLATE_CODE = "# My App\n\n> My app description\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)\n\n<!-- ALL-CONTRIBUTORS-BADGE: END -->\n\n## Configuration\n\nExample of configuration content here\n\n## Table of Contents\n\n- [Example](docs/Example.md)"; export declare const CHANGELOG_TEMPLATE_CODE = "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)\nand this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n"; export declare const GIT_IGNORE_TEMPLATE_CODE = "node_modules/\ndist/\nbuild/\n.cache/\n.DS_Store\n.env\n.env.local\n.env.development.local\n.env.test.local\n.env.production.local\ncoverage/\n*.log\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\n.pnp/\n.pnp.js\n*.pnp.js";