1.0.0-alpha.1 • Published 1 year ago

create-nounish-app v1.0.0-alpha.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

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.