{"id":18310884,"url":"https://github.com/jimschubert/generator-npm-es6","last_synced_at":"2025-04-05T18:31:45.782Z","repository":{"id":57248233,"uuid":"45084733","full_name":"jimschubert/generator-npm-es6","owner":"jimschubert","description":"A yeoman generator to create a npm library written in ES6, but compiled and published in ES5.","archived":false,"fork":false,"pushed_at":"2015-10-30T01:54:25.000Z","size":144,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T08:34:56.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/generator-npm-es6","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimschubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-28T02:50:42.000Z","updated_at":"2017-04-28T17:37:35.000Z","dependencies_parsed_at":"2022-08-24T16:11:08.633Z","dependency_job_id":null,"html_url":"https://github.com/jimschubert/generator-npm-es6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fgenerator-npm-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fgenerator-npm-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fgenerator-npm-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fgenerator-npm-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimschubert","download_url":"https://codeload.github.com/jimschubert/generator-npm-es6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247383885,"owners_count":20930365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T16:15:48.019Z","updated_at":"2025-04-05T18:31:45.383Z","avatar_url":"https://github.com/jimschubert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-npm-es6 [![Build Status](https://secure.travis-ci.org/jimschubert/generator-npm-es6.png?branch=master)](https://travis-ci.org/jimschubert/generator-npm-es6)\n\n\u003e [Yeoman](http://yeoman.io) generator\n\nThe `npm-es6` yeoman generator will create a project structure which allows you to write code in ES6, transpile into ES5, and publish the ES5 version on npm.\n\nIt uses gulp to build the project and mocha to run tests.\n\n## What you need\n\nThis is a yeoman generator. Yeoman is a project templating tool. You download generators for different types of projects, then run yeoman's cli command (`yo`) with the name of the generator to enter a wizard for creating a project.\n\nYou need nodejs, npm, and yeoman installed. [Download node.js](https://nodejs.org/en/) and install. This will include npm.\n\nNow, install yeoman.\n\n```bash\nnpm install -g yo\n```\n\nIf you want to learn more about yeoman, check out the [Getting Started Guide](https://github.com/yeoman/yeoman/wiki/Getting-Started).\n\n## Installation\n\nTo install generator-npm-es6 from npm, run:\n\n```bash\nnpm install -g generator-npm-es6\n```\n\nCreate a directory for your new library:\n\n```bash\nmkdir myapp \u0026\u0026 cd $_\n```\n\nFinally, initiate the generator:\n\n```bash\nyo npm-es6\n```\nFollow the prompts and answer the questions. You'll end up with a nifty structure for writing npm modules in ES6.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Fgenerator-npm-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimschubert%2Fgenerator-npm-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Fgenerator-npm-es6/lists"}