Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mantis-apps/mantis-cli
- Owner: mantis-apps
- License: gpl-3.0
- Created: 2023-11-11T20:51:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T20:30:44.000Z (4 months ago)
- Last Synced: 2024-07-05T16:32:25.869Z (4 months ago)
- Topics: analog, angular, full-stack-web-development, ionic, mongodb, nx, storybook, tailwindcss
- Language: TypeScript
- Homepage: https://mantistech.io
- Size: 1.53 MB
- Stars: 62
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - 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. (Table of contents / Angular)
- fucking-awesome-angular - 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. (Table of contents / Angular)
- fucking-awesome-angular - 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. (Table of contents / Angular)
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.