Skip to content

TheEdoRan/bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors