Skip to content

My preferred package.json templates which I use between projects

License

Notifications You must be signed in to change notification settings

socnik/my-package-json

Repository files navigation

package.json

My preferred package.json templates which I use between projects.

Usage

Stage 0

Download selected package.json template with degit.

package.json for apps

package.json template optimized for applications.

npx degit socnik/my-package-json/app.package.json package.json

package.json for libraries

package.json template optimized for libraries (it includes fields such keywords, repository, files, etc.)

npx degit socnik/my-package-json/lib.package.json package.json

Stage 1 (optional)

Setup Prettier.

This package.json template includes a pre-configured Prettier with my Prettier config. If you want to use it, follow the guide in socnik/my-prettier-config repository.

Stage 2

Enjoy 🚀!

About

My preferred package.json templates which I use between projects

Topics

Resources

License

Stars

Watchers

Forks