Skip to content

M.A.N.T.I.S (MongoDB, Angular with Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

License

Notifications You must be signed in to change notification settings

mantis-apps/mantis-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94854cb · Jun 28, 2024
Apr 9, 2024
Apr 8, 2024
Apr 8, 2024
Apr 30, 2024
Jun 28, 2024
Nov 12, 2023
Apr 8, 2024
Apr 8, 2024
Apr 8, 2024
Apr 8, 2024
Jun 21, 2024
Apr 10, 2024
Apr 8, 2024
Apr 8, 2024
Jun 28, 2024
Apr 9, 2024
Nov 11, 2023
Apr 8, 2024
Feb 26, 2024
Jun 28, 2024
Jun 28, 2024
Apr 8, 2024

Repository files navigation

Mantis CLI

M.A.N.T.I.S (MongoDB, Angular, NestJS, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

This repo contains the cli source code to generate template projects.

Setup

Run npm install to install all of the dependencies.

Developing

Run npm run start:dev to build and run the cli.

To run a built cli, run npx mantis-app <arguments> e.g. npx mantis init.

Building

Run npm run build to build the cli.

Linting

Run npm run lint <files> to lint specified files.

Run npm run lint:all to lint all of the files.

Formatting

Run npm run format <files> to format specified files.

Run npm run format:all to format all of the files.

Commands

init

npx mantis-app init: Scaffolds a basic mantis application.