cdp-lib
Version:
Contains npm modules used primarily by cdp boilerplate generator.
84 lines (55 loc) • 2.02 kB
Markdown
and file structure of this repository is the following list.
root/
<% structureConfig.src %>/ // application development root directory.
<% structureConfig.external %>/ // 3rd party library modules here.
<%
<% structureConfig.lib %>/ // for internal library module development.
<%/ lib %>
<%
<% structureConfig.porting %>/ // platform specific sources are here.
<%/ porting %>
<% structureConfig.res %>/ // for application resources.
<% structureConfig.srcConfig.script %>/ // .ts files here.
<% structureConfig.srcConfig.stylesheet %>/ // .scss files here.
<% structureConfig.srcConfig.template %>/ // templates files are here.
index.html // application root file.
<% structureConfig.doc %>/ // specification documents.
<%
hooks/ // cordova hook scripts here.
plugins/ // installed cordova plugins here.
platforms/ // native project setting files and sources.
<%/ cordova %>
<% structureConfig.task %>/ // task scripts directory.
<% structureConfig.test %>/ // tests scripts directory.
<% structureConfig.pkg %>/ // target repository. compiled source and resource are set here.
$ npm install
* build
```
$ cordova build [platform] [--release]
```
* test
```
$ npm test
```
* update dependencies
```
$ npm run update
```
* only cdp modules update
```
$ npm run update:cdp
```
Please see the following documentation.
- [English/英語](docs/en)
- [Japanese/日本語](docs/ja)
[ ]
<% license %>
[ ]
Folder