This package has been deprecated

Author message:

See the 'cush' package instead

cara

0.0.2 • Public • Published

cara v0.0.2 experimental

const {Bundler} = require('cara')
 
const bundler = new Bundler()
const project = bundler.project({
  root: '/path/to/cwd',
  types: ['js'],
})
 
const bundle = project.bundle({
  dev: true,
  platform: 'ios',
})
 
project.crawl({
  exclude: ['*.test.js'],
})
 
const code = await bundle.read()

Ready to dive deeper? Read this in-depth guide or view the API documentation.

Readme

Keywords

none

Package Sidebar

Install

npm i cara

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • aleclarson