mastermunj / cloudflare-api

Node.js client for Cloudflare API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Boilerplate for Node.js

Features

How to Use?

  1. Clone Repository
git clone git@github.com:mastermunj/typescript-boilerplate.git <Your-Project>
  1. Run reset.sh
cd  <Your-Project>
chmod +x reset.sh && ./reset.sh

The script does following:

  • Removes remote origin
  • Clears git commit history making the repo as good as fresh initiated
  • Runs npm install
  • Removes reset.sh file for safety
  • Adds all files to repo
  • Does initial commit

About

Node.js client for Cloudflare API

License:MIT License


Languages

Language:TypeScript 93.3%Language:JavaScript 6.7%