A Node.js package to generate a new Nounish app using a simple command.
Install the package globally using pnpm:
pnpm install -g create-nounish-app
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.
--name <app-name>
(required): The name of the app to create.
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
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.