1
1
# libSass Package Skeleton
2
2
3
- <!--
4
3
[ ![ npm] ( https://img.shields.io/npm/v/makenew-libsass-package.svg )] ( https://www.npmjs.com/package/makenew-libsass-package )
5
- -->
6
- <!--
7
4
[ ![ Bower] ( https://img.shields.io/bower/v/makenew-libsass-package.svg )] ( http://bower.io/search/?q=makenew-libsass-package )
8
- -->
9
5
[ ![ GitHub license] ( https://img.shields.io/github/license/makenew/libsass-package.svg )] ( ./LICENSE.txt )
10
6
[ ![ Dependency Status] ( https://img.shields.io/gemnasium/makenew/libsass-package.svg )] ( https://gemnasium.com/makenew/libsass-package )
11
7
[ ![ Build Status] ( https://img.shields.io/travis/makenew/libsass-package.svg )] ( https://travis-ci.org/makenew/libsass-package )
@@ -23,52 +19,36 @@ For [Ruby Sass][Sass], use [makenew/sass-package].
23
19
24
20
### Features
25
21
26
- * [ Bower] package structure.
22
+ * [ Bower] and [ npm ] package structure.
27
23
* [ Grunt] tasks for development.
28
- * Node package management with [ npm] .
29
24
* [ Travis CI] ready.
30
25
* [ EditorConfig] .
31
- * Badges from [ Shields.io] !
26
+ * Badges from [ Shields.io] .
32
27
33
- [ Bundler ] : http://bundler .io/
28
+ [ Bower ] : http://bower .io/
34
29
[ EditorConfig ] : http://editorconfig.org/
35
30
[ Grunt ] : http://gruntjs.com/
36
31
[ npm ] : https://www.npmjs.com/
37
32
[ Shields.io ] : http://shields.io/
38
33
[ Travis CI ] : https://travis-ci.org/
39
34
40
- ### Usage
41
-
42
- This software can be used freely, see [ The Unlicense] .
43
- The MIT License text appearing in this software is for
44
- demonstration purposes only and does not apply to this software.
35
+ ### Bootstrapping a New Project
45
36
46
37
1 . Clone this repository or download a [ release] [ Releases ] .
47
38
48
- 2 . Customize this README.
49
- - Set the title and summary text.
50
- - Replace the Description section.
51
- - Update the Source section.
52
- - Update the Contributing section.
53
- - Remove or update the badges.
54
-
55
- 3 . Set the copyright year and owner in ` LICENSE.txt ` .
39
+ 2 . Run ` ./makenew.sh ` and follow the prompts.
40
+ This will replace the boilerplate, delete itself,
41
+ and stage changes for commit.
42
+ This script assumes the project repository will be hosted on GitHub.
43
+ For an alternative location, you must update the URLs manually.
56
44
57
- 4 . Customize ` bower.json ` .
45
+ 3 . Fill in the README Description section .
58
46
59
- 5 . Replace any remaining instances of the placeholder package name.
60
- You can replace the placeholder package name and GitHub username
61
- with your own using
62
-
63
- ```
64
- $ git ls-files -z | xargs -0 sed -i 's/libsass-package/your-package/g'
65
- $ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
66
- ```
67
-
68
- Note that ` CHANGELOG.md ` is just a template for this skeleton.
69
- The actual changes for this project are documented in the commit history
70
- and summarized under [ Releases] .
47
+ 4 . If [ choosing a license] [ Choose a license ] other than the one provided:
48
+ update ` LICENSE.txt ` , the README License section,
49
+ ` package.json ` , and ` bower.json ` with your chosen license.
71
50
51
+ [ Choose a license ] : http://choosealicense.com/
72
52
[ Releases ] : https://github.com/makenew/libsass-package/releases
73
53
[ The Unlicense ] : http://unlicense.org/UNLICENSE
74
54
@@ -96,9 +76,15 @@ You can then fetch and merge changes with
96
76
97
77
```
98
78
$ git fetch upstream
99
- $ git merge upstream/libsass
79
+ $ git merge upstream/master
100
80
```
101
81
82
+ #### Changelog
83
+
84
+ Note that ` CHANGELOG.md ` is just a template for this skeleton.
85
+ The actual changes for this project are documented in the commit history
86
+ and summarized under [ Releases] .
87
+
102
88
## Installation
103
89
104
90
The recommended method is to add this as a dependency
@@ -189,6 +175,10 @@ To submit a patch:
189
175
190
176
## License
191
177
178
+ This software can be used freely, see [ The Unlicense] .
179
+ The copyright text appearing below and elsewhere in this repository
180
+ is for demonstration purposes only and does not apply to this software.
181
+
192
182
This Sass package is licensed under the MIT license.
193
183
194
184
## Warranty
0 commit comments