Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audreyfeldroy/cookiecutter-component
Cookiecutter template for a Component package.
https://github.com/audreyfeldroy/cookiecutter-component
Last synced: 16 days ago
JSON representation
Cookiecutter template for a Component package.
- Host: GitHub
- URL: https://github.com/audreyfeldroy/cookiecutter-component
- Owner: audreyfeldroy
- Created: 2013-08-21T22:46:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T16:53:24.000Z (over 10 years ago)
- Last Synced: 2024-04-16T04:05:59.869Z (7 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
======================
cookiecutter-component
======================Cookiecutter template for a Component package. See https://github.com/audreyr/cookiecutter.
* Free software: MIT license (http://audreyr.mit-license.org)
## What is Component?
Component is a client-side HTML, CSS, and/or JS packaging tool.
See https://github.com/component/component for a description and http://component.io
for an index of existing Component packages.## What this code is based on
This started off based exactly off of the `component create` project template, with
these options:$ component create boilerplate
repo (username/project): audreyr/boilerplate
description: Boilerplate for creating a basic Component package.
does this component have js? y
does this component have css? y
does this component have html? ycreate : boilerplate
create : boilerplate/index.js
create : boilerplate/template.html
create : boilerplate/boilerplate.css
create : boilerplate/Makefile
create : boilerplate/Readme.md
create : boilerplate/History.md
create : boilerplate/.gitignore
create : boilerplate/component.json
This is now evolving past that to meet @audreyr's personal needs, though.