TheEdoRan / bootstrap

This package sets up a TypeScript project from scratch, providing all the tools and configuration files needed to start write some code in a sensible way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package sets up a TypeScript project from scratch, providing all the tools and configuration files needed to start write some code in a sensible way.

Next.js support

This package works for Next.js too! Just init a new project with:

npx create-next-app@latest --ts --use-npm

...and then execute the install command below.

Usage

Init a new Node project if you haven't already done so (no need to do it for Next.js):

npm init -y

Then cd in the new directory, and execute this command:

npx @theedoran/bootstrap@latest

Done!

What it does

This script executes other scripts and copies various configurations, in order:

License

This package is licensed under the MIT License.

About

This package sets up a TypeScript project from scratch, providing all the tools and configuration files needed to start write some code in a sensible way

License:MIT License


Languages

Language:JavaScript 85.3%Language:TypeScript 13.8%Language:CSS 0.8%