2.0.1 • Published 8 years ago

clony-pasta v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

clony-pasta

npm-version npm.io dependencies dev-dependencies

Foolishly simple scaffolding tool using the ez template language.

Installation

npm install clony-pasta -g

Usage

clony-pasta [git repository] [destination folder]

Example Usage

Set up a git repository with a scaffold. For example, your package.json might look something like this:

{
  "name": "{% scoped? %}@{% scope %}/{% end %}{% name %}",
  "version": "0.0.0",
  "description": "{% description %}",
  "author": "{% author %}",
  "license": "MIT",
  ...
}

Conditional files and directories are also supported. For example, if you only sometimes want to generate tests, you could name your test directory {% makeTests? %}tests{% end %} and it will only include the directory (and sub-directories) if you respond "yes" to the makeTests? prompt.

Then, when you want to generate a new project based on the scaffold, invoke the command:

clony-pasta git@github.com:scott113341/scaffold-npm-module.git my-new-project
2.0.1

8 years ago

2.0.0

8 years ago

2.0.0-1

8 years ago

2.0.0-0

8 years ago

1.0.0

9 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago