1.0.8 • Published 2 years ago

just-boiler-no-bs v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

just-boiler-no-bs

just-boiler-no-bs is an npm package that allows you to quickly create an Express.js API with TypeScript or a boilerplate set up for tailwind and Next.js with TypeScript. This package uses the args, degit, and chalk npm packages to create the API.

Installation

To use just-boiler-no-bs, you must have Node.js and npm installed on your system. To install just-boiler-no-bs, run the following command in your terminal:

npm install -g just-boiler-no-bs

Usage

To use express-api-starter, run the following command in your terminal:

create-express-api -t -d my-api

This will create an Express.js API with TypeScript in a directory called my-api. Alternatively, you can use the following command to create a boilerplate set up for tailwind and Next.js with TypeScript in a directory called my-api:

create-next-typeScript-tailwind-boiler -d my-api

Options

express-api-starter supports the following options:

  • -t, --typescript: Use the TypeScript template.
  • -d, --directory: The name of the directory to create.

Examples

express-api-starter supports the following examples:

create-express-api -t -d my-api

This will create an Express.js API with TypeScript in a directory called my-api.

create-next-typeScript-tailwind-boiler -d my-api

This will create a boilerplate set up for tailwind and Next.js with TypeScript in a directory called my-api.

License

This package is licensed under the MIT License.

1.0.2

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago