@theedoran/bootstrap

4.4.4 • Public • Published

@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.

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.

Package Sidebar

Install

npm i @theedoran/bootstrap

Weekly Downloads

13

Version

4.4.4

License

MIT

Unpacked Size

16.4 kB

Total Files

40

Last publish

Collaborators

  • theedoran