Skip to content

nouniverse/create-nounish-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c4dfc6 · Feb 2, 2024

History

60 Commits
Jan 17, 2024
Nov 1, 2023
Nov 1, 2023
Dec 3, 2023
Nov 1, 2023
Nov 1, 2023
Feb 2, 2024
Nov 1, 2023
Nov 1, 2023
Nov 1, 2023
Feb 2, 2024
Feb 2, 2024
Nov 1, 2023

Repository files navigation

Create Nounish App

A Node.js package to generate a new Nounish app using a simple command.

Installation

Install the package globally using pnpm:

pnpm install -g create-nounish-app

Usage

To create a new Nounish app, run the following command:

create-nounish-app --name my-nounish-app

This will create a new directory my-nounish-app with a basic template for a Nounish app.

Arguments

  • --name <app-name> (required): The name of the app to create.

Development

For development, clone the repository and install the dependencies:

git clone https://github.com/your-username/create-nounish-app.git
cd create-nounish-app
pnpm install

To build the project, run:

pnpm run build

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.