Skip to content

skyclouds2001/rollup-template-sky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollup-template-sky

standard-readme compliant js-standard-style code style: prettier Commitizen friendly NPM Type Definitions Github Created At GitHub last commit GitHub Release Date GitHub language count GitHub top language npm NPM Collaborators npms.io GitHub License OSS Lifecycle

GitHub repo size GitHub code size in bytes Lines of code GitHub repo file or directory count NPM Unpacked Size npm bundle size npm package minimized gzipped size npm bundle size

GitHub package.json version GitHub Issues or Pull Requests GitHub Issues or Pull Requests GitHub Discussions GitHub Tag GitHub number of milestones GitHub Release GitHub forks GitHub watchers GitHub Repo stars GitHub commit activity

GitHub Downloads (all assets, all releases) NPM Downloads jsDelivr hits (npm) GitHub contributors from allcontributors.org

ci CodeQL Dependabot Updates labeler new contributor project automate release stale

Node Current wakatime

An opinionated rollup starter template.

Features

  • TypeScript
  • Using pnpm as the package manager and using only-allow to limit package manager
  • Husky and lint-staged for run lint when commits
  • ESLint, Prettier and MarkdownLint for lint and enforce code and documentation style
  • Commitlint and Commitizen for enforce git commit format
  • Changeset for automatically generate version change documentation
  • Vitest for test.
  • Basic Configuration for GitHub Actions

Getting Started

  • Get code
git clone https://github.com/skyclouds2001/rollup-template-sky.git
  • Install dependencies
pnpm install
  • Run
pnpm dev
  • Build
pnpm build
  • Preview
pnpm preview

Changelog

Changelog

Contribution

Contribution

Contributors

Code of Conduct

Code of Conduct

License

MIT © skyclouds2001