GithubHelp home page GithubHelp logo

blai / atom-yeoman Goto Github PK

View Code? Open in Web Editor NEW

This project forked from david-driscoll/atom-yeoman

0.0 2.0 0.0 454 KB

A yeoman ui for atom.io

Home Page: https://github.com/david-driscoll/atom-yeoman

License: MIT License

CoffeeScript 9.17% TypeScript 90.20% CSS 0.63%

atom-yeoman's Introduction

atom-yeoman

Yeoman   and   Atom

It's like match made in heaven!

In Action

No longer do you have to leave the confines of your atom editor to scaffold your new view, or to create a new project. (You still can if you prefer!!).

Current known issues

  • Only "list" and "text" question types are supported. (More to come!)

Less task switching...

Need to add a model or a controller? Normally use a generator for that task? You can run sub generators too...

In Action

Empowering Packages

atom-yeoman lets package authors bundle one or more generators and execute them programmatically through the atom-yeoman framework.

yeoman-environment service

atom-yeoman exposes the yeoman-environment service. This lets you call atom-yeoman as you see fit for your package.

run(generator: string, cwd?: string)

Runs the given generator (aspnet:app, aspnet:Class, jquery, etc.) You may optionally give the cwd that you would like the generator to work from.

start(prefix?: string, cwd?: string)

Runs atom-yeoman as if you had run the yo command. Optionally you can give the prefix, so you can have yeoman only show a subset of the available generators. You may optionally give the cwd that you would like the generator to work from.

Note on setting cwd

If you don't set the cwd, then atom-yeoman will try to determine the best location for you.

  • If atom has no projects open, a warning notification is thrown.
  • If atom has one project open, that projects path is chosen.
  • If atom has more than one project open, then the user will be prompted to choose the correct path.

atom-yeoman's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.