AmitrajitDas / boilerplate-cli

Quick and Easy Server-Side Starter

Home Page:https://www.npmjs.com/package/boilerplate-templify-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate CLI

πŸš€ RESTful API Boilerplate CLI

npm Version npm Release Version npm Package License npm Downloads

npm Info

Introducing The Project

Express consists of JavaScript, which makes it vulnerable to type definitions.

That's why we avoid supersets with starter packages that introduce TypeScript.

The package is configured to use TypeScript instead of JavaScript.

πŸš€ Quick Start

Install with the npm Global Package

$ npm i -g boilerplate-templify-cli

Run npx to Install The Package

npx is a tool in the JavaScript package management module, npm.

This is a tool that allows you to run the npm package on a single run without installing the package.

If you do not enter a project name, it defaults to boilerplate-cli.

$ npx boilerplate-templify-cli "project name"

πŸ™ŒπŸ» Kickstart your project


Screenshot 2023-02-08 at 12 38 18 AM

πŸ‘€ Select a template


Screenshot 2023-02-08 at 12 38 37 AM

πŸ’» Configure the project


Screenshot 2023-02-08 at 12 39 20 AM

πŸŽ‰ Final Result


Screenshot 2023-02-08 at 12 26 50 AM

Now go to the generated project directory and use the full power of TS in server-side 😎

About

Quick and Easy Server-Side Starter

https://www.npmjs.com/package/boilerplate-templify-cli


Languages

Language:TypeScript 80.7%Language:JavaScript 16.1%Language:Makefile 1.9%Language:Dockerfile 1.2%