Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latentflip/make-better
https://github.com/latentflip/make-better
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/latentflip/make-better
- Owner: latentflip
- Created: 2014-11-08T20:08:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T07:56:48.000Z (over 9 years ago)
- Last Synced: 2024-04-15T02:17:46.541Z (7 months ago)
- Language: Makefile
- Size: 192 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MakeBetter
MakeBetter is a simple set of patterns for working with Make in nodey/frontend projects.
## Installation and Usage
You probably want to install make-better as a devDependency:
```
npm install make-better --save-dev
```On installation, make-better will create a template Makefile in your project (for now it assumes a frontend project).