0.1.2 • Published 6 years ago

harp-scripts v0.1.2

Weekly downloads
1
License
(ISC OR MIT)
Repository
github
Last release
6 years ago

harp-scripts :zap: npm version

Opinionated, zero-configuration, front-end development automation. Based on harp.

Useful for hotsites, rapid web prototyping & static site management.

Features

  • Fast. Live-Reloading based development.
  • Easy. Deploy to surge.sh with a single command.
  • ZeroConf. Use your favorite pre-processor without managing gulp/grunt/etc.
  • Extensible. Everything is composable, every command adheres to simple principles.
  • Fully Featured. All harp features work.

Dependencies

DependencyMinimum Version
nodev6
bashv3*

* Built-in on MacOS & Modern Linux.

Instalation:

$ npm i --save harp harp-scripts

CLI Usage:

$ harp-scripts [command] [argument]

Commands:

comandargumentdescription
compileoutputPath*Compile harp project.
helpcommand*Show the help section for command.
mergefileInline all file dependencies.
startRun production server.
surge.shcompiledPath*Deploy project to surge.sh.
testTest your project harp compilation.
uglifyjadeFileConcatenate javascript files.
watchRun a development server with browser-sync.

* Optional argument. Only jade or stylus files supported.

Environment Variables:

namedescription
PORTWhich port to listen on.
DOMAINWhich domain to deploy to.
NODE_ENVnode enviroment for the harp processor.
NO_CLEANUPDont remove output folder before compiling.

Roadmap: PRs Welcome

Deployment options:

  • surge.sh
  • gh-pages
  • netlify
  • gitlab-pages
  • gitlab-pipeline

Developer Experience:

  • Interactive Project Generator
  • Commit Hook For Test
  • Better Documentation
  • Integration Tests

Inspiration:

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago