UNPKG
titlegen
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Generate plausible titles from a list of example titles.
github.com/namuol/titlegen
namuol/titlegen
titlegen
/
Gruntfile.coffee
15 lines
(10 loc)
•
289 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.exports = (grunt) ->
config
= pkg: grunt.file.readJSON
'package.json'
coffee: compile: files:
'titlegen.js'
:
'titlegen.coffee'
grunt.initConfig
config
grunt.loadNpmTasks
'grunt-contrib-coffee'
grunt.registerTask
'default'
, [
'coffee'
]