0.0.3 • Published 4 years ago

alfred v0.0.3

Weekly downloads
10
License
MIT
Repository
-
Last release
4 years ago

alfred

CLI

# Create a new project
alfred new project
cd my-project

# Build your project
alfred run build

# See docs for more commands
# https://alfred.js.org/docs/cli

API

import alfred from 'alfred';

const project = await alfred('/path/to/alfred/project');

// run a command
await project.run('start', {
  env: 'production',
  flags: {
    openInBrowser: true
  }
});

// See the [full API docs](https://alfred.js.org/docs/api/)
0.0.1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.5.4

13 years ago

0.5.3

13 years ago

0.5.2-b3

13 years ago

0.5.2-b2

13 years ago

0.5.2-b1

13 years ago

0.5.1-b2

13 years ago

0.5.0-b2

13 years ago

0.5.0-b1

13 years ago

0.3.0-b3

13 years ago

0.3.0-b2

13 years ago

0.3.0-b1

13 years ago

0.1.0-beta8

13 years ago

0.1.0-beta7

13 years ago

0.1.0-beta6

13 years ago

0.1.0-beta5

13 years ago

0.1.0-beta4

13 years ago

0.1.0beta2

13 years ago

0.1.0beta1

13 years ago