1.0.3 • Published 4 years ago

ichigoo-cli v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Ichigoo 🐈

CLI for creating Ichigoo project.

Disclaimer: This is an experiment and was created for fun.

Installing

In order to install, start with installing the CLI:

npm install -g ichigoo-cli

Create a new static site project

ichigoo new -- --name static-site

Development

Run a dev server

ichigoo dev

Build for production

ichigoo build

Serve production server locally

ichigoo serve

Run graphQL server

ichigoo gql