1.1.0 • Published 21 days ago

create-javalce-app v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
21 days ago

Create Javalce App

Based on create-appncy.

This CLI tool enables you to create projects using the templates I use for my projects preconfigured with ESLint and Prettier. To get started, use the following command:

Interactive

You can create a new project interactively by running:

pnpm create javalce-app

You will be asked for the name of your project, then select the template you want to use. Currently supported templates are:

  • Next.js (next-ts)
  • Next.js with Tailwind CSS (next-ts-tw)
  • React (react-ts)
  • React with Tailwind CSS (react-ts-tw)
  • Node.js (node-ts)
  • Vanilla JS (vanilla-ts)
  • Vanilla JS with Tailwind CSS (vanilla-ts-tw)

All templates come with TypeScript, ESLint and Prettier preconfigured.

Non-interactive

You can also pass command line arguments to set up a new project non-interactively. See create-javalce-app --help:

create-javalce-app [options]

Options:
    --version              Output the version number
    --help                 Display help for command
    -n, --name <name>      Name of the project (default: "my-project")
    -t, --template <name>  Template to use (default: "react-ts")

Questions?

If you have any questions, feel free to open an issue or contact me on X.

1.1.0

21 days ago

1.0.12

2 months ago

1.0.11

4 months ago

1.0.9

5 months ago

1.0.10

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago