├── README.md ├── questions.json ├── rename.json ├── root ├── .jshintrc ├── Gruntfile.js ├── README.md ├── config.js ├── gitignore ├── index.js └── permissions.js └── template.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/README.md -------------------------------------------------------------------------------- /questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/questions.json -------------------------------------------------------------------------------- /rename.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/rename.json -------------------------------------------------------------------------------- /root/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/root/.jshintrc -------------------------------------------------------------------------------- /root/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/root/Gruntfile.js -------------------------------------------------------------------------------- /root/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/root/README.md -------------------------------------------------------------------------------- /root/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/root/config.js -------------------------------------------------------------------------------- /root/gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /root/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/root/index.js -------------------------------------------------------------------------------- /root/permissions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/root/permissions.js -------------------------------------------------------------------------------- /template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dariusk/grunt-init-twitter-bot/HEAD/template.js --------------------------------------------------------------------------------