Code Monkey home page Code Monkey logo

nwsjs's Introduction

NwSJS

No White Space JavaScript

Simple, lightweight, ES6 compliant, cross-platform CLI utility to strip whitespace and comments from Javascript source code.

Build status Build Status npm

NPM

Usage

Running

Linux

$ ./nwsjs srcFile.js > outFile.js

Windows

> nwsjs.exe srcFile.js > outFile.js

Note: srcFile.js and outFile.js must NOT be the same file!

Using From NPM

Installing

Linux

$ npm install nwsjs

or

$ npm install -g nwsjs

Windows

> npm install --no-bin-links nwsjs

Note: Bin links for Windows do NOT work properly currently. Therefore, installing NwSJS globally on Windows is NOT supported. NwSJS will therefore be installed to node_modules\nwsjs\nwsjs.exe on Windows.

Running

Linux

$ ./node_modules/.bin/nwsjs

or

$ ./node_modules/nwsjs/nwsjs

or (if installed globally)

$ nwsjs

Windows

> node_modules\nwsjs\nwsjs

Building

Linux

$ bash build.bash

Windows

> build

Note: Building requires that g++ be available on your PATH for both Linux and Windows.

Testing

Download dependencies for testing

npm install

Run test suite

npm test

Note: For Windows users, running tests requires the availability of a valid bash.exe on your %PATH%.

Testing Process

NwSJS is tested against Microsoft's Typescript compiler and the Browserify Javascript bundler. Every .js file pulled in by Typescript, Browserify, as well as the various front end and backend frameworks pulled in by the test files are first compressed. The .ts files under tests are then compiled. If NwSJS crashes or the compiler raises an error while compiling then the test fails.

Each compiled .ts file is then bundled using Browserify. The resulting bundles are then compressed. The compressed and uncompressed bundles are run and their return codes are compared. If the return codes differ, then the test fails.

Note: See test.bash for full process and more notes.

nwsjs's People

Contributors

chgibb avatar pynner avatar

Watchers

 avatar  avatar

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.