Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

antelope

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antelope

Spryker frontend automation tool

  • 2.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
increased by1200%
Maintainers
1
Weekly downloads
 
Created
Source

Antelope

License

Frontend automation tool (useful for Spryker projects and beyond)

Requirements

  • node.js 5.0.0 or above;
  • npm 3.6.0 or above;
  • the tool should be installed as global module: you may need admin privileges.

Setup

$ npm install -g antelope

How to use it

# test antelope: 
antelope test
​
# install core deps: 
antelope install
​
# build assets:
antelope build # it will build the whole project, Zed and Yves
antelope build zed # it will build only Zed assets
antelope build yves # it will build only Yves assets, for all the available themes
antelope build yves --theme|-t demoshop # it will build only Yves assets, just for the specified theme
​
# use watchers:
antelope build zed --watch|-w
antelope build yves --theme|-t themename --watch|-w
​
# debug mode:
antelope build yves --debug|-d
​
# production mode:
antelope build yves --production

Documentation

You can read it on spryker.github.io.

FAQs

Package last updated on 14 Aug 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc