Skip to content

morteza-jamali/dev-commons

Repository files navigation

Dev Commons

Vercel License Version Github

Introduction

Dev commons is an api for accessing a set of config files needed to start a new project development .

Save your development config files and re-use in another projects without wasting time .

Usage

Endpoint :

https://dev-commons.vercel.app/api

Just set file name for request body file item .

I recommend using curl for speed and simplicity .

Example

Run this command in terminal :

$ curl https://dev-commons.vercel.app/api -d "file=.gitignore" -o .gitignore

Now you have a .gitignore file in current directory .

You can also send request using other tools like Postman .

Available files

Customization

If you want to add yourself config files , do following steps :

  1. Fork repository
  2. Create files with [filename].common.txt name in commons directory
  3. Deploy your repository to Vercel

Use your set of config files from anywhere 😍

Releases

No releases published

Packages

No packages published