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

cthreem-core

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cthreem-core

Build tools for Drupal themes.

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

NPM

CThreem Core

Build tools for Drupal themes.

Installation

npm install cthreem-core --save
# -- or --
yarn add cthreem-core

Create a gulpfile.js and (optionally) a gulp-config.js:

cp node_modules/cthreem-core/examples/gulpfile.js gulpfile.js
cp node_modules/cthreem-core/gulp-config.js gulp-config.js

Edit the above gulp-config.js file as needed.

Create config files:

cp node_modules/cthreem-core/examples/.babelrc .babelrc
cp node_modules/cthreem-core/examples/.eslintrc.js .eslintrc.js
cp node_modules/cthreem-core/examples/.stylelintrc .stylelintrc

Usage

If you are running Gulp v4 globally, then you can just use gulp.

gulp compile
# -- or --
gulp watch
# -- or --
gulp

To see available tasks:

gulp --tasks

If you are not running Gulp v4 globally, then you need to create one or more npm run scripts. Add the following to your package.json:

{
  ...
  "scripts": {
    "compile": "gulp compile",
    "start": "gulp default",
    "gulp": "gulp"
  },
  ...
}

Now you can use gulp through npm run:

npm run start
# -- or --
npm run gulp

To see available tasks:

npm run gulp -- --tasks

FAQs

Package last updated on 06 Feb 2019

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