Skip to content

wearealloy/alloy-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alloy CLI

This is the command-line interface for Alloy projects. It downloads and installs blank templates for basic, craft and expression engine projects, as well as having functions like watch and build for development purposes.

Requirements

You'll need the following software installed to get started.

Node.js 0.12+: Use the installer provided on the NodeJS website. With Node installed run sudo npm install -g gulp bower. Git: Use the installer for your OS. Windows users can also try Git for Windows.

Installation

Download or clone the repo, extract it. Inside the main folder run the command npm install -g

After this you should be able to use the Alloy CLI commands.

CLI main commands

The CLI has three main commands:

  • alloy new
    • For creating a new project from scratch.
  • alloy watch
    • This command will start the development environment by creating a local server and watching changes in any file inside the dev folder.
  • alloy build
    • This command will prepare, compile and compress all the files inside the dev folder and put them inside the cms folder (including raw dev files).
  • alloy help gives you a list of all the command and what they do.

Development workflow

Craft 3 development workflow

Simple development workflow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published