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

@asbjornenge/raistlin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asbjornenge/raistlin

A dev- and buildtool for browserify

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Raistlin

Raistlin is a dev- & buildtool for browserify.

Raistlin is named after the wizard Raistlin Majere from the Dragonlance universe.

raistlin-image

Install

npm install --save-dev @asbjornenge/raistlin

Use

Use the raistlin cli by itself or together with npm-run-scripts.

raistlin -h
raistlin create --type app someapp
{
  "scripts": {
    "start": "raistlin start --hot --images --stylus",
    "build": "raistlin build",
    "bundle": "raistlin bundle"
  }
}

Raistlin is convention based. It is based on a 3 folder structure; app contains your source files, build is the build directory (used for development and builds) and dist is where bundles go to be published.

enjoy

Keywords

FAQs

Package last updated on 21 Dec 2015

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