Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.
/ generator-gowento Public archive

Scaffold out a node module with ES6+, ava, yarn/npm scripts and more.

Notifications You must be signed in to change notification settings

gowento/generator-gowento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gowento Yeoman Generator

Scaffold out a node module with ES6+, Babel, ava, npm scripts and more. Based on generator-rise

Install

npm i -g generator-gowento

Usage

You need Yeoman to run this command.

yo gowento
→ create package.json
→ create README.md
→ create LICENSE
→ create src/index.js
→ create test/index.js
→ create .editorconfig
→ create .gitignore
→ create .eslintrc
→ create .eslintignore

Workflow

  • Add code to src/index.js and tests to test/index.js.

  • Lint, build and test a project with npm run build.

  • Run only tests with npm run test.

  • Deploy to a remote origin with npm run deploy.

  • Bump version and publish a package with npm run major or minor/patch

License

MIT © Gowento

About

Scaffold out a node module with ES6+, ava, yarn/npm scripts and more.

Resources

Stars

Watchers

Forks

Packages

No packages published