-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from assemble/develop
v0.4.6
- Loading branch information
Showing
7 changed files
with
51 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
Description: | ||
Creates a default Assemble app | ||
|
||
Options: | ||
--skip-install: Skips the automatic execution of `bower` and `npm` | ||
after scaffolding has finished. | ||
--s: alias --skip-install | ||
|
||
Example: | ||
yo assemble [--skip-install] [--silent] | ||
yo assemble --init --skip-install --skip-welcome-message | ||
yo assemble -i -s -w (alias) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# assemble | ||
# <%= _.slugify(projectName) %> | ||
|
||
> Assemble a website from templates and data. | ||
> <%= _.capitalize(projectDesc) %>. | ||
## [Assemble](http://assemble.io/) | ||
|
||
Assemble is a component and static site generator that makes it dead simple to build modular sites, documentation and components from reusable templates and data. | ||
|
||
* Documentation | ||
* Plugins - Plugins extend the core functionality of Assemble. | ||
* Helpers - Documentation for the helpers in the [handlebars-helpers](http://github.com/assemble/handlebars-helpers) library. | ||
|
||
## Contributing | ||
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt][http://gruntjs.com/]. | ||
All contributions are welcome! The simplest way to show your support for this project is to **"star" it**. Please see [Contributing to Assemble](http://assemble.io/contributing) for more information. | ||
|
||
## Release History | ||
_(Nothing yet)_ | ||
* <%= (new Date).toISOString().split('T')[0] %> v0.1.0 Generated by the [Yeoman Generator](https://github.com/assemble/generator-assemble) for [Assemble](http://assemble.io) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters