@atlas.js/generator-atlas

2.4.0 • Public • Published

@atlas.js/generator-atlas

Yeoman generator to quickly scaffold your Atlas.js app.

Usage

  • Make sure you have yo installed: npm i -g yo
  • Then, install this generator: npm i -g @atlas.js/generator-atlas
  • Create an empty project folder and cd into it: mkdir my-app && cd my-app
  • And finally, run the generator: yo @atlas.js/atlas

Answer a couple of questions and you are good to go!

Options & outputs

This generator will create the following for you:

  • A Babel compilation toolchain (to work efficiently with Atlas.js it is recommended to use class fields). This also includes ES2015 modules support.
  • A README file explaining everything you need to know to work with the project you generated
  • A recommended file & folder structure for working with Atlas.js
  • Various configuration files following a pattern most commonly encountered when working on backend services/APIs
  • A makefile with all the necessary build targets to work efficiently on the project
  • (optional) ESLint configuration, including the @strv/eslint-config-node ruleset
  • (optional) Test suite, consisting of Mocha, Chai.js, Sinon.js and NYC, plus some Chai.js plugins
  • (optional) VS Code settings & launch configuration files with recommended options

License

See the LICENSE file for information.

Package Sidebar

Install

npm i @atlas.js/generator-atlas

Weekly Downloads

22

Version

2.4.0

License

BSD-3-Clause

Unpacked Size

97.8 kB

Total Files

86

Last publish

Collaborators

  • robertrossmann
  • strvuser