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

chi-build

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chi-build

Build scripts for the chi modules

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

chi-build

NPM

Build Status Dependency Status

Custom build tool for the chi modules.

This tool is custom-made for modules such as chi-create. It is not intended to be a general-purpose build utility.

Linting

Lint JS files with JSHint by running chi-build lint. This lints the JS files with the options specified in the jshint.json file in this repositiory.

Tests

Tests must be written in the test.js file in the working directory. The file will be automatically bundled by browserify.

Automated Tests

Run automated tests with the chi-build test command. Before automated tests are run, all JS files are linted. This runs the tests with sauce-tap-runner. It will run the tests in browsers listed in the browsers.json file in this repository. The tests will be run by browsers in Sauce Labs. The SAUCE_USER and SAUCE_KEY environment variables must be set to your Sauce username and key, respectively.

Local Tests

Serve tests locally with the chi-build serve command. This will bundle and serve the tests in the same way as the automated tests. The output of the tests will be displayed directly on the browser page. Use the --port option to determine the port that it will listen on (default 8000). Just refresh the page to re-bundle and re-run the tests.

API

You can also use the JS API instead of using the chi-build tool.

test(callback)

Runs all the tests in the browsers. Note that this will not lint the files. Callback will return an error if tests failed in any of the browsers.

lint(callback)

Lints the JS files. Callback will return an error if lint errors were found on any of the files.

serve(options, callback)

Starts the test server locally. Same as chi-build serve. options may contain a port option to specify the port it will listen on. Callback will return an error if it could not start the server.

Keywords

FAQs

Package last updated on 22 Aug 2013

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