1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-04-26 22:19:21 +03:00
This commit is contained in:
Bruno Dias 2015-04-14 18:31:06 -03:00
parent 56e5bfd462
commit 1c0e6d1a55

View file

@ -45,7 +45,7 @@ Raconteur is still in active development towards its 1.0 release.
Raconteur can be added as a dependency to a package.json file and installed from git. Or, you can use the [scaffold](http://github.com/sequitur/raconteur-scaffold).
Raconteur itself doesn't contain any command-line tools or anything that needs to be installed globally. You just need `npm` and `gulp` to be working on your system.
Raconteur itself doesn't contain any command-line tools or anything that needs to be installed globally. You just need `npm` to be working on your system. Raconteur is a set of CommonJS modules designed to work with Browserify and a build system like Grunt or Gulp.
## Code examples