šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
DemoInstallSign in
Socket

iteam-cli-iron

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iteam-cli-iron

iTEAM CLI: Iron is used to scaffold, build and deploy iTEAM Consulting front end web projects.

0.1.6-beta
latest
Source
npm
Version published
Weekly downloads
10
900%
Maintainers
1
Weekly downloads
Ā 
Created
Source

Build Status codecov

iTEAM Consulting CLI: Iron

Iron is used to scaffold, build, test, run and deploy iTEAM Consulting frontend web projects.

Getting Started

Iron is packaged by NPM. Please ensure you have installed Node v7.2.x and npm v5.4.x installed before continuing.

Installation

npm install iteam-cli-iron -g

Usage

Once installed, you will have access to the iron tool from your command line.

Create a project

iron new <project>

This creates a new folder in your current directory, and initializes the Iron project with default settings. Once the initialization is complete, use cd <project> to enter the project directory.

Project Structure

<project name>
ā”œā”€ā”€ ā–  build
ā”œā”€ā”€ ā–  config
│   └── webpack.config.js
ā”œā”€ā”€ ā–  src
│   ā”œā”€ā”€ ā–  components
│   ā”œā”€ā”€ ā–  containers
│   ā”œā”€ā”€ ā–  middleware
│   ā”œā”€ā”€ ā–  models
│   ā”œā”€ā”€ ā–  reducers
│   ā”œā”€ā”€ ā–  routes
│   └── index.js
ā”œā”€ā”€ ā–  test
ā”œā”€ā”€ .gitignore
└── package.json

Building the project

To build the project, execute the following command from the project directory iron build.

Running the project

To run the project, execute the following command from the project directory iron start.

Contributing

Iron is an open source project managed by iTEAM Consulting. We would love to see your ideas! Please review our contributing guide and submit a PR!

Keywords

cli

FAQs

Package last updated on 16 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts