Code Monkey home page Code Monkey logo

stacker-core's Introduction

Stacker Core

Twitter Follow Version MIT license dependencies devDependency Status

Usage

There are a few predefined NPM scripts available. Run them by typing this in your terminal: npm run [script]

Name Description
build Compiles all ES2015 files to ES5 (legacy code)
build:dev Re-compiles the code whenever a change occurs
test Runs the tests with Mocha
test:dev Re-runs the tests whenever a change occurs
lint Runs ESlint on all files from ./src and ./tests
lint:fix Runs ESlint and fixes all the inconsistencies
clean Removes the compiled files

NOTE: There is another script prepublish that runs before you publish the package to NPM. All it does is to run clean and build.

Templates

stacker-core's People

Stargazers

taw420 avatar Philippe Koenig avatar Artem Veselkov avatar  avatar Cristian Rosescu avatar Waldemar Neto avatar Mahmoud Zalt avatar Neo avatar

Watchers

Neo avatar James Cloos avatar Andrei Canta avatar Cristian Rosescu avatar  avatar  avatar

stacker-core's Issues

SIGINT handler must be restored after spawn

It's not enough to have process.on('SIGINT', () => {});. After the child process is closed we need to restore to the default behaviour (process.exit();).

Also, I'm not sure we should have this functionality in core. It is more related to the way the CLI it's supposed to work.

  • hijack the SIGINT
  • spawn the child process
  • when the child process closes
    • if user tried to SIGINT
      • then, exit the main process
      • else, restore the SIGINT

Add xDebug

Please consider adding xDebug as an option to the WordPress template

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.