Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/generator-sm
Simple generator for node and browser modules
https://github.com/andrepolischuk/generator-sm
ava scaffold standard yeoman-generator
Last synced: 24 days ago
JSON representation
Simple generator for node and browser modules
- Host: GitHub
- URL: https://github.com/andrepolischuk/generator-sm
- Owner: andrepolischuk
- License: mit
- Created: 2017-05-29T13:01:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T15:23:16.000Z (over 7 years ago)
- Last Synced: 2024-12-11T00:54:23.052Z (about 2 months ago)
- Topics: ava, scaffold, standard, yeoman-generator
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-sm [![Build Status][travis-image]][travis-url]
> Simple generator for node and browser modules
* JavaScript [Standard style][standard]
* ES2015
* Testing with [AVA][ava]
* Ready to use with [Travis CI][travis]## Install
```sh
npm install --global yo generator-sm
```## Usage
```sh
yo sm
```
```sh
yo sm --helpUsage:
yo sm [options] []Options:
-h, --help # Print the generator's options and usage
--skip-cache # Do not remember prompt answers Default: false
--skip-install # Do not automatically install dependencies Default: false
-d, --description # Your module description
-u, --username # Your github usernameArguments:
name # Your module name: `yo sm unicorn` Type: String Required: false
```## License
MIT
[travis-url]: https://travis-ci.org/andrepolischuk/generator-sm
[travis-image]: https://travis-ci.org/andrepolischuk/generator-sm.svg?branch=master[ava]: https://github.com/sindresorhus/ava
[travis]: https://travis-ci.org
[standard]: https://github.com/feross/standard