@goblins-tech/project-builder
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

Project builder

a builder for autoDeveloper workflow, just add it to autoDeveloper.json file

commands

init

initiates a workspace and creates some basic files such as package.json, .gitignore, tsconfig.json, ...

Examples

//init a new project

autoDeveloper = {
  config:{
    path: "/my-project"
  },
  builders:[
    ['@goblins-tech/project-builder', {
      tsconfig:{/* override project-builder's default tsconfig options*/},
      gitignore:['node_modules','dist'],
      npmignore:[],
      //and other package.json stuff
      } ]
  ]
}

Options

  • name project name, also applies by default for other builders such as @goblins-tech/angular-builder if no other project name provided

  • info project & author info

  • gitignore : [] | string add or modify the default .gitignore entries

  • tsconfig tsconfig options

default options

{}

Package Sidebar

Install

npm i @goblins-tech/project-builder

Weekly Downloads

8

Version

1.0.13

License

ISC

Unpacked Size

9.91 kB

Total Files

13

Last publish

Collaborators

  • xxyyzz2050