Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mantis-apps/mantis-cli

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.
https://github.com/mantis-apps/mantis-cli

analog angular full-stack-web-development ionic mongodb nx storybook tailwindcss

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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 ` e.g. `npx mantis init`.

## Building

Run `npm run build` to build the cli.

## Linting

Run `npm run lint ` to lint specified files.

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

## Formatting

Run `npm run format ` 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.