An open API service indexing awesome lists of open source software.

https://github.com/parro-it/mod-scaffold

scaffold node packages
https://github.com/parro-it/mod-scaffold

Last synced: 10 months ago
JSON representation

scaffold node packages

Awesome Lists containing this project

README

          

# mod-scaffold

[![Greenkeeper badge](https://badges.greenkeeper.io/parro-it/mod-scaffold.svg?token=6119013b48bd1a1608f2cf06b1c0c30c51dbea3c23063b5dbda9f760fe898cca)](https://greenkeeper.io/)

> scaffold node packages

mod-scaffold is a simple but powerful tool to scaffold node modules.
It use yarn to install dependencies and the power of the system shell to do all the rest.

## Usage

scaffold a new module called 'my-module' using the default template:

```bash
$ + my-module
```

scaffold a new module called 'my-module' using a template named electron-app:

```bash
$ + my-module electron-app
```

[![Travis Build Status](https://img.shields.io/travis/parro-it/mod-scaffold/master.svg)](http://travis-ci.org/parro-it/mod-scaffold)
[![NPM downloads](https://img.shields.io/npm/dt/mod-scaffold.svg)](https://npmjs.org/package/mod-scaffold)

## Install

With [npm](https://npmjs.org/) installed, run

```
$ npm install mod-scaffold
```

## See Also

- [`noffle/common-readme`](https://github.com/noffle/common-readme)

## License

MIT