1.0.3 • Published 5 years ago

aleve v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

aleve

so as to aleveiate your development burden with static assets and/or make development painless :D

To download

Either:

  npm i -g aleve

~or~

  yarn global add aleve

To use

Command

In order to start serving static assets, all you need to do is invoke the command and the filepath with which you want to serve files from, like so:

commandprompt$> aleve -d ./path/to/file

The . syntax is also supported:

commandprompt$> aleve -d .

And if you're already in the directory you want, simply write:

commandprompt$> aleve

Options

The default options you can pass to the command are:

  • -p or --port, default is port 5000
  • -d or --directory, default is '.'

Example

commandprompt$> aleve -p 2500
// Will listen on directory . and port 2500

commandprompt$> aleve -d path/files
// Will listen on directory ./path/files and port 5000

commandprompt$> aleve -d path/files -p 2500
// Will listen on directory ./path/files and port 2500

Contributing:

If you wish to contribute, please subit a PR with any type of improvement. Currently, some of the desired features are:

  • Have a Non-dependence on Socket.io, or any other socket library (would be nice to have aleve dependency-free).
  • Implement the streaming of files, rather than bulk reads.

Issues

Please submit any issues you have to github repo issues: https://github.com/brent-soles/aleve

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago