Socket
Socket
Sign inDemoInstall

@asbjornenge/raistlin

Package Overview
Dependencies
40
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @asbjornenge/raistlin

A dev- and buildtool for browserify


Version published
Weekly downloads
2
Maintainers
1
Install size
701 kB
Created
Weekly downloads
 

Readme

Source

Raistlin

Raistlin is a dev- & buildtool for React and browserify.

It seeks to provide a great starting point for your React apps and components. It has the following features:

  • development server
  • hot-reloading
  • tales (similar to react-storybook)
  • building
  • bundling

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

raistlin-image

Install

npm install -g @asbjornenge/raistlin

Use

Create a new app using the cli.

raistlin init 

Raistlin will populate the folder with a basic app layout.

Notice how raistlin works together with npm-run-scripts.

{
  "scripts": {
    "start": "raistlin start --hot app.js",
    "build": "raistlin build app.js --out build.js",
    "bundle": "raistlin bundle build.js --out dist.js"
  }
}

Changelog

2.0.0

  • Loosing up the conventions
  • Allow any browserify transform
  • Added raistlin init command to layout basic app
  • Support for tales (inspired by react-storybook)

1.1.1

  • start is no longer using -h and -p as abbr for host and port since --help was eating -h

1.1.0

  • Don't remember. Had no changelog.

1.0.0

  • Initial release

enjoy

Keywords

FAQs

Last updated on 15 Apr 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc