Skip to content

LankyMoose/pnpm-monorepo-package-template

Repository files navigation

%PACKAGE-NAME%

Development monorepo template for %PACKAGE-NAME%.

Get started by running

node setup -p packagename -g mygithubusername -e me@hotmail.com
# OR
node setup --package packagename --github mygithubusername --email me@hotmail.com

Structure

  • .github
    • Contains workflows used by GitHub Actions.
  • packages
    • Contains the individual packages managed in the monorepo.
    • %PACKAGE-NAME%
  • sandbox
    • Contains example applications and random tidbits.

Tasks

  • Use make build to recursively run the build script in each package
  • Use make test to recursively run the test script in each package

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published